Navigation.RemovePage Method 
      
     
    
       Removes a page from the navigation structure. 
      
        [Visual Basic]
        Public Sub RemovePage( _
   ByVal 
pageID As 
Integer _
)
 
      
        [C#]
        public 
void RemovePage(   
int pageID);
 
      Parameters
      
        - 
          pageID
        
 
        -  The identifier of the page to remove. 
 
      
      See Also
      
        Navigation Class | Parastream.Web.MsFrontPage Namespace