PortalHierarchyData Members
Include Protected Members
Include Inherited Members
Represents the IHierachyData implementation used by PortalSiteMapDataSource class.
The PortalHierarchyData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PortalHierarchyData | Initializes a new instance of the PortalHierarchyData object. |
Top
Properties
Name | Description | |
---|---|---|
PortalSiteMapNode | Gets the PortalSiteMapNode that this object wraps. | |
ShowChildren | Gets or sets whether to return the child objects of the node that this object wraps. | |
ShowNode | Gets or sets whether to return the node that this object wraps. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
INavigateUIData.Description | Gets the description of the site map node. | |
IHierarchyData.GetChildren | Retrieves the hierarchical child data items of the current item. | |
IHierarchyData.GetParent | Retrieves the hierarchical parent of the current item. | |
IHierarchyData.HasChildren | Gets a value that indicates whether the current PortalSiteMapNode object has any child nodes. | |
IHierarchyData.Item | Gets the hierarchical data item. | |
INavigateUIData.Name | Gets the name of the site map node. | |
INavigateUIData.href | Gets the Url of the site map node. | |
IHierarchyData.Path | Gets the path of the hierarchical data item. | |
IHierarchyData.Type | Gets a string that represents the type name of the hierarchical data item. | |
INavigateUIData.Value | Gets the value of the site map node. |
Top