renderPage
Syntax | renderPage(pageId) | Package | |
Alias | Pkg Usage |
Description
Routine takes a page ID and returns the page content as string with all content rendered.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
pageId | Number | Yes | ID of the selected page for which to render a content |
Return Type
String
The return value is a string representing the space key.
Example
string content = renderPage(11801);
print(content);