/
getPages
getPages
Description
Returns all descendants of a page (all levels, not only direct children) or a set of pages matching space key and title.
Parameters
Return Type
Number []
Example
number [] allChildren = getPages(11801);
for(number childPage in allChildren) {
%childPage%.labels += "newLabel";
}
See also
Peacock
, multiple selections available,
Related content
getPage
More like this
getPageURL
getPageURL
Read with this
getChildPages
getChildPages
More like this
selectPages
selectPages
More like this
movePage
movePage
More like this
createPage
createPage
More like this