deletePageTree
Syntax | deletePageTree(pageId); | Package | |
Alias | Pkg Usage |
Description
Deletes the selected page and all its child pages.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
page ID | Number | Yes | ID of the page to be deleted, the whole tree where this page is a parent will be deleted as well. |
Return Type
Boolean (true/false)
Returns true if the operation was successful.
Example
boolean success = deletePageTree(11801);
print("Return " + success);See also
Peacock
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
