SiteMapNode::IHierarchyData::GetChildren Method ()

 

Retrieves the hierarchical children data items of the current item. For a description of this member, see IHierarchyData::GetChildren.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

private:
virtual IHierarchicalEnumerable^ GetChildren() sealed = IHierarchyData::GetChildren

Return Value

Type: System.Web.UI::IHierarchicalEnumerable^

An IHierarchicalEnumerable that represents the immediate children of the current item in the hierarchy.

The IHierarchyData::GetChildren method delegates to the ChildNodes property.

This member is an explicit interface member implementation. It can be used only when the SiteMapNode instance is cast to an IHierarchyData interface.

.NET Framework
Available since 2.0
Return to top
Show: