SiteMapNode.IHierarchyData.GetChildren Method ()
.NET Framework (current version)
Retrieves the hierarchical children data items of the current item. For a description of this member, see IHierarchyData.GetChildren.
Assembly: System.Web (in System.Web.dll)
private abstract GetChildren : unit -> IHierarchicalEnumerable private override GetChildren : unit -> IHierarchicalEnumerable
Return Value
Type: System.Web.UI.IHierarchicalEnumerableAn IHierarchicalEnumerable that represents the immediate children of the current item in the hierarchy.
Implements
IHierarchyData.GetChildren()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
Available since 2.0
Show: