The NavDataPageHierarchyData type exposes the following members.

Constructors

  NameDescription
Public methodNavDataPageHierarchyData
DotNetNuke.UI.WebControls.NavDataPageHierarchyData

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChildren
Gets an enumeration object that represents all the child nodes of the current hierarchical node.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParent
Gets an enumeration object that represents the parent node of the current hierarchical node.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Public propertyDescription
Returns Node description
Public propertyHasChildren
Indicates whether the hierarchical data node that the IHierarchyData object represents has any child nodes.
Public propertyImageUrl
Returns nodes image
Public propertyItem
Gets the hierarchical data node that the IHierarchyData object represents.
Public propertyName
Returns node name
Public propertyNavigateUrl
Returns node navigation url
Public propertyPath
Gets the hierarchical path of the node.
Public propertyType
Gets the name of the type of Object contained in the Item property.
Public propertyValue
Returns value path of node

See Also