SPNavigationNode.MoveToFirst method

Moves the navigation node to the specified node collection as the first node in the collection hierarchy.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub MoveToFirst ( _
    collection As SPNavigationNodeCollection _
)
'Usage
Dim instance As SPNavigationNode
Dim collection As SPNavigationNodeCollection

instance.MoveToFirst(collection)
public void MoveToFirst(
    SPNavigationNodeCollection collection
)

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