renderPage
Description
Routine takes a page ID and returns the page content as string with all content rendered.
Parameters
Return Type
String
The return value is a string representing the space key.
Example
string content = renderPage(11801);
print(content);