Share via


NavigationNode.Move Method

SharePoint Designer Developer Reference

Moves a navigation node from one location to another in the navigation structure. Returns a NavigationNode object that represents the node after it has been moved.

Syntax

expression.Move(NodeCollection, NewLeftSibling)

expression   A variable that represents a NavigationNode object.

Parameters

Name Required/Optional Data Type Description
NodeCollection Required NavigationNodes The target navigation collection.
NewLeftSibling Optional Variant The navigation node that precedes the new node in the navigation structure. If NewLeftSibling is not specified, the node becomes the last node in the target node collection specified in the NodeCollection parameter.

Return Value
NavigationNode

See Also