The PageHierarchyData type exposes the following members.

Constructors

  NameDescription
PageHierarchyDataOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
HasChildren
Indicates whether the hierarchical data node that the IHierarchyData object represents has any child nodes.
Indent
Gets the indent level of the page in the current tree structure.
Item
Gets the hierarchical data node that the IHierarchyData object represents.
Page
Gets the PageData represented by the PageHierarchyData instance.
Path
Gets the hierarchical path of the node.
Type
Gets the name of the type of Object contained in the Item property.

See Also