Share via


SPNavigationNodeCollection.Delete method

Deletes the specified SPNavigationNode object from the collection.

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

Syntax

'Declaration
Public Sub Delete ( _
    node As SPNavigationNode _
)
'Usage
Dim instance As SPNavigationNodeCollection
Dim node As SPNavigationNode

instance.Delete(node)
public void Delete(
    SPNavigationNode node
)

Parameters

Remarks

This change occurs immediately and does not require a call to the Update method.

See also

Reference

SPNavigationNodeCollection class

SPNavigationNodeCollection members

Microsoft.SharePoint.Navigation namespace

Microsoft.SharePoint.Navigation.SPNavigationNode

SPNavigationNode.Update