PagePorter Class Library

Navigation.AddPage Method (String)

Adds a global page to the navigation structure.

[Visual Basic]
Overloads Public Function AddPage( _
   ByVal url As String _
) As Integer
[C#]
public int AddPage(
   string url
);

Parameters

url
The url for the page to add.

Return Value

The page identifier of the new page, or zero if not added.

See Also

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