PagePorter Class Library

Navigation.MovePage Method 

Moves a page and its children to a new location in the navigation structure.

[Visual Basic]
Public Sub MovePage( _
   ByVal sourcePageID As Integer, _
   ByVal destPageID As Integer, _
   ByVal where As NavigationPlacement _
)
[C#]
public void MovePage(
   int sourcePageID,
   int destPageID,
   NavigationPlacement where
);

Parameters

sourcePageID
The identifier of the page to move.
destPageID
The identifier of the destination page reference.
where
A NavigationPlacement enumeration value that specifies how to treat the destPageID parameter.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace