Skip to end of banner
Go to start of banner

getPageURL

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Syntax

getPageURL(pageId)

Description

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

string url = getPageURL(11801);

See also

  • No labels