/
pageExists
pageExists
Description
Verifies whether a given page is a registered Confluence page.
Parameters
Return Type
Boolean (true/false)
Example
boolean exists = pageExists(11801);
print("Return " + exists);
Print Return true
See also
Peacock
, multiple selections available,
Related content
getPage
More like this
Predefined Structure Types
Predefined Structure Types
Read with this
blogExists
blogExists
More like this
countPages
countPages
Read with this
Standard Variables
Standard Variables
More like this
getPages
getPages
Read with this