PagePorter Class Library

Navigation.AddPage Method (Int32)

Adds a blank page to the navigation structure.

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

Parameters

pageID
The identifier of the page to add.

Return Value

The NavigationPage object that was added.

Remarks

This method is intended to be used by programs that generate the navigation structure by some sort of automated means.

See Also

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