Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

getPageURL(pageId)

Description

Excerpt

Returns the URL of the page.

Parameters

Parameter name

Type

Required

Description

page ID

numberyesID of the selected page.

Return type

string

The returned string is the URL of the selected page

Example

Code Block
string url = getPageURL(11801);

...