TreeControl.GetChildren method

Returns children of the node specified by the path parameter.

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

Syntax

'Declaration
Public Function GetChildren ( _
    path As String _
) As TreeNodeCollection
'Usage
Dim instance As TreeControl
Dim path As String
Dim returnValue As TreeNodeCollection

returnValue = instance.GetChildren(path)
public TreeNodeCollection GetChildren(
    string path
)

Parameters

  • path
    Type: System.String

    Path in the hierarchy data source (IHierarchyDataSource interface)

Return value

Type: System.Web.UI.WebControls.TreeNodeCollection
Child nodes

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace