SPNavigationNode.Children property

Gets child nodes of the navigation node as an SPNavigationNodeCollection object.

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

Syntax

'Declaration
Public ReadOnly Property Children As SPNavigationNodeCollection
    Get
'Usage
Dim instance As SPNavigationNode
Dim value As SPNavigationNodeCollection

value = instance.Children
public SPNavigationNodeCollection Children { get; }

Property value

Type: Microsoft.SharePoint.Navigation.SPNavigationNodeCollection
A collection of child nodes. If the current node has no children, the property returns a null reference (Nothing in Visual Basic).

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace

Microsoft.SharePoint.Navigation.SPNavigationNodeCollection