Cicode Programming Reference > Cicode Function Categories > Page Functions > PageExists

PageExists

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.

See Also

Page Functions

Published June 2018