SPNavigationNode.Move Method

Moves the navigation node to the specified collection and to a position in the hierarchy following the specified (previousSibling) node.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Sub Move ( _
    collection As SPNavigationNodeCollection, _
    previousSibling As SPNavigationNode _
)
'Usage
Dim instance As SPNavigationNode
Dim collection As SPNavigationNodeCollection
Dim previousSibling As SPNavigationNode

instance.Move(collection, previousSibling)
public void Move(
    SPNavigationNodeCollection collection,
    SPNavigationNode previousSibling
)

Parameters

Exceptions

Exception Condition
SPException

If the website inherits navigation.

-or-

The parent node of the collection is the top in the hierarchical navigation structure.

Remarks

When moving nodes, the changes occur immediately. Calling the Update method is not necessary.

See Also

Reference

SPNavigationNode Class

SPNavigationNode Members

Microsoft.SharePoint.Navigation Namespace

Microsoft.SharePoint.Navigation.SPNavigationNodeCollection