Navigation.MakeHomePage Method 
      
     
    
       Makes a page in the navigation structure the home page. 
      
        [Visual Basic]
        Public Function MakeHomePage( _
   ByVal 
pageID As 
Integer _
) As 
Boolean 
      
        [C#]
        public 
bool MakeHomePage(   
int pageID);
 
      Parameters
      
        - 
          pageID
        
 
        -  The identifier of the page that will become the home page. 
 
      
      Return Value
       true if successful; false if the specified page cannot be found. 
      See Also
      
        Navigation Class | Parastream.Web.MsFrontPage Namespace