NavigationNode.DeleteObject method
Deletes the navigation node.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub DeleteObject
'Usage
Dim instance As NavigationNode
instance.DeleteObject()
public void DeleteObject()
Exceptions
Exception | Condition |
---|---|
[Microsoft.SharePoint.SPException] | Object modified by another author before the delete could be finished. Error code: -2130242557. |