SiteMapNode.IHierarchyData.GetParent Method ()
.NET Framework (current version)
Retrieves the hierarchical parent of the current item. For a description of this member, see IHierarchyData.GetParent.
Assembly: System.Web (in System.Web.dll)
private abstract GetParent : unit -> IHierarchyData private override GetParent : unit -> IHierarchyData
Return Value
Type: System.Web.UI.IHierarchyDataAn IHierarchicalEnumerable that represents the parent of the current item in the hierarchy.
Implements
IHierarchyData.GetParent()The IHierarchyData.GetParent method delegates to the ParentNode 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: