System.Web.UI.IHierarchyData.GetChildren Method

Gets an enumeration object that represents all the child nodes of the current hierarchical node.

Syntax

public IHierarchicalEnumerable GetChildren ()

Returns

An System.Web.UI.IHierarchicalEnumerable collection of child nodes of the current hierarchical node.

Remarks

You can use the IHierarchyData.HasChildren property to determine whether the System.Web.UI.IHierarchyData node has child nodes.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0