The NavDataPageHierarchyData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NavDataPageHierarchyData | DotNetNuke.UI.WebControls.NavDataPageHierarchyData |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetChildren |
Gets an enumeration object that represents all the child nodes of the current hierarchical node.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetParent |
Gets an enumeration object that represents the parent node of the current hierarchical node.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides Object..::..ToString()()()().) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | Description |
Returns Node description
|
![]() | HasChildren |
Indicates whether the hierarchical data node that the IHierarchyData object represents has any child nodes.
|
![]() | ImageUrl |
Returns nodes image
|
![]() | Item |
Gets the hierarchical data node that the IHierarchyData object represents.
|
![]() | Name |
Returns node name
|
![]() | NavigateUrl |
Returns node navigation url
|
![]() | Path |
Gets the hierarchical path of the node.
|
![]() | Type |
Gets the name of the type of Object contained in the Item property.
|
![]() | Value |
Returns value path of node
|