System.Web.UI.IHierarchyData Members

The members of System.Web.UI.IHierarchyData are listed below.

Public Properties

[read-only]
HasChildrenbool.

Indicates whether the hierarchical data node that the System.Web.UI.IHierarchyData object represents has any child nodes.

[read-only]
Itemobject.

Gets the hierarchical data node that the System.Web.UI.IHierarchyData object represents.

[read-only]
Pathstring.

Gets the hierarchical path of the node.

[read-only]
Typestring.

Gets the name of the type of object contained in the IHierarchyData.Item property.

Public Methods

GetChildren() : IHierarchicalEnumerable

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

GetParent() : IHierarchyData

Gets an System.Web.UI.IHierarchyData object that represents the parent node of the current hierarchical node.