Gets all the visible Page objects under this node.

 

   

Syntax
 

[C#]
Page[] GetPageArray()

[Visual Basic]
Function GetPageArray() As Page()

 

   

Params
 
Name Description
return An array of all the visible Page objects under this node.

 

   

Notes
 

Gets all the visible Page objects under this node.

 

   

Example
 

None.