DOSitesPageInfoTmp::existsPageName Method
Checks whether the specified page name exists.
Syntax
client server public static boolean existsPageName(DOSitesPageInfoTmp _pageInfoTmp, str _pageName)
Run On
Called
Parameters
- _pageInfoTmp
Type: DOSitesPageInfoTmp Table
The DOSitesPageInfoTmp object for which to check.
- _pageName
Type: str
The name of page for which to check.
Return Value
Type: boolean
true if the specified page name exists; otherwise, false.