PageExists
- Last UpdatedJul 18, 2023
- 1 minute read
Use this function to check if a particular page exists in your project.
Syntax
INT PageExists(STRING[sPageName])
sPageName:
The name of the page to check for.
Return Value
1 if the page does exist, 0 if the page does not.