PagePorter Class Library

Navigation.GetPage Method (Int32)

Returns the NavigationPage object for a given page identifier.

[Visual Basic]
Overloads Public Function GetPage( _
   ByVal pageID As Integer _
) As NavigationPage
[C#]
public NavigationPage GetPage(
   int pageID
);

Parameters

pageID
The page identifier of the requested page.

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