EditableAspMenuState.Nodes property
This is the collection of child nodes under the starting node. The starting node is represented implicitly by the various fields above.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Nodes As List(Of EditableAspMenuNode)
Get
Set
'Usage
Dim instance As EditableAspMenuState
Dim value As List(Of EditableAspMenuNode)
value = instance.Nodes
instance.Nodes = value
public List<EditableAspMenuNode> Nodes { get; set; }
Property value
Type: System.Collections.Generic.List<EditableAspMenuNode>
Remarks
(to client, from client)