Gets all the Page objects immediately under this node.
[C#] Page[] GetPageArray()
Page[] GetPageArray()
Gets all the Page objects under this node.
Only immediate children are returned. Any Pages objects are returned as null Page objects.
For an array that includes descendents see GetPageArrayAll.
None.