다음을 통해 공유


EditableAspMenuNode.OmittedChildren property

When the tree is trunctated, this counts how many additional children are below this node, i.e. if you move/delete this node, the action will effectively move/delete all those invisible children as well. We could indicate this in the UI e.g. by adding "..." as a suffix to the title when OmittedChildren>0.

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

Syntax

'Declaration
Public Property OmittedChildren As Integer
    Get
    Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Integer

value = instance.OmittedChildren

instance.OmittedChildren = value
public int OmittedChildren { get; set; }

Property value

Type: System.Int32

Remarks

(to client)

See also

Reference

EditableAspMenuNode class

EditableAspMenuNode members

Microsoft.SharePoint.Navigation namespace