getChildPages
getChildPages
Description
Get the list of child pages (direct children) for a selected page.
Parameters
Return Type
Number []
Ids of the child pages for the selected page.
Example
number [] children = getChildPages(11801);
for(number childPage in children) {
%childPage%.labels += "newLabel";
}
See also
Peacock
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.