Navigation.GetChildPageIDs Method 
      
     
    
       Returns an array of child page identifiers. 
      
        [Visual Basic]
        Public Function GetChildPageIDs( _
   ByVal 
parentID As 
Integer, _
   ByVal 
noExcluded As 
Boolean _
) As 
Integer() 
      
        [C#]
        public 
int[] GetChildPageIDs(   
int parentID,   
bool noExcluded);
 
      Parameters
      
        - 
          parentID
        
 
        -  The page identifier of the parent page. 
 
        - 
          noExcluded
        
 
        -  Set to true to exclude pages marked as Excluded. 
 
      
      Return Value
       An array of child page identifiers. 
      See Also
      
        Navigation Class | Parastream.Web.MsFrontPage Namespace