getPageURL
Syntax | getPageURL(pageId) | Package | |
Alias | Pkg Usage |
Description
Returns the URL of the page.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
page ID | Number | Yes | ID of the selected page. |
Return Type
String
The returned string is the URL of the selected page
Example
string url = getPageURL(11801);