EditableAspMenuNode.DisallowDelete property
The server code uses this flag to specify that this node cannot be deleted. (If it is false, the JavaScript may still prevent the action for some other reason.)
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisallowDelete As Boolean
Get
Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Boolean
value = instance.DisallowDelete
instance.DisallowDelete = value
public bool DisallowDelete { get; set; }
Property value
Type: System.Boolean
Remarks
(to client)