PagePorter Class Library

Navigation.AddPage Method

Adds a page to the navigational structure.

Overload List

Adds a blank page to the navigation structure.

public NavigationPage AddPage(int);

Adds a global page to the navigation structure.

public int AddPage(string);

Adds a child page to the navigation structure.

public int AddPage(string,int);

Adds a global page to the navigation structure.

public int AddPage(string,string);

Adds a child page to the navigation structure.

public int AddPage(string,string,int);

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace