EditableAspMenuNode.DisallowChangeParent property
The server code uses this flag to specify that this node cannot be moved to become a child of a different parent. (If it is false, the JavaScript may still prevent the action for some other reason, e.g. because Friendly URL nodes cannot be children of Simple Link nodes.) Taxonomy Nav will set this to true for pinned terms.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisallowChangeParent As Boolean
Get
Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Boolean
value = instance.DisallowChangeParent
instance.DisallowChangeParent = value
public bool DisallowChangeParent { get; set; }
Property value
Type: System.Boolean
Remarks
(to client)