PagePorter Class Library

Navigation.GetPage Method

Returns the NavigationPage object for a given page.

Overload List

Returns the NavigationPage object for a given page identifier.

public NavigationPage GetPage(int);

Returns the NavigationPage object for a given page identifier that is not marked as Exclude.

public NavigationPage GetPage(int,bool);

Returns an array of NavigationPage objects for an array of Page identifiers.

public NavigationPage[] GetPage(int[]);

Returns the NavigationPage object for a given page url.

public NavigationPage GetPage(string);

Returns the NavigationPage object for a given page url that is not marked as Exclude.

public NavigationPage GetPage(string,bool);

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace