PagePorter Class Library

Navigation.GetPage Method (String, Boolean)

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

[Visual Basic]
Overloads Public Function GetPage( _
   ByVal url As String, _
   ByVal noExcluded As Boolean _
) As NavigationPage
[C#]
public NavigationPage GetPage(
   string url,
   bool noExcluded
);

Parameters

url
The url for the page.
noExcluded
Set to true to exclude pages marked as Excluded.

Return Value

The NavigationPage object, or null (Nothing in Visual Basic) if the page does not exist.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace | Navigation.GetPage Overload List