Click or drag to resize

IHierarchyId Methods


The IHierarchyId type exposes the following members.

Methods
  NameDescription
Public methodAddChild Obsolete.
Adds a new child hierarchy. This will cause the next available child position to increment by one.
Public methodAncestors Obsolete.
Retrieves the collection of this hierarchy's ancestors
Public methodIsChildOf Obsolete.
Checks whether this hierarchy is child of another hierarchy.
Public methodIsDescendantOf Obsolete.
Checks whether this hierarchy descends from another hierarchy.
Public methodIsDescendantOrSelfOf Obsolete.
Checks whether this hierarchy is descends from another hierarchy or is the hierarychy itself.
Public methodMoveAncestor Obsolete.
Moves the hierarchy to be under another ancestor
Public methodNext Obsolete.
Retrieves the next sibling hierarchy available.
Public methodNextChild Obsolete.
Retrieves the next child hierarchy available
Public methodParent Obsolete.
Retrieves the parent hierarchy of this hierarchy.
Public methodSiblingPosition Obsolete.
Retrieves the position of this hierarchy to its siblings.
Top
See Also