Click or drag to resize

IHierarchyId Methods


The IHierarchyId type exposes the following members.

Methods
  Name Description
Public method AddChild Obsolete.
Adds a new child hierarchy. This will cause the next available child position to increment by one.
Public method Ancestors Obsolete.
Retrieves the collection of this hierarchy's ancestors
Public method IsChildOf Obsolete.
Checks whether this hierarchy is child of another hierarchy.
Public method IsDescendantOf Obsolete.
Checks whether this hierarchy descends from another hierarchy.
Public method IsDescendantOrSelfOf Obsolete.
Checks whether this hierarchy is descends from another hierarchy or is the hierarychy itself.
Public method MoveAncestor Obsolete.
Moves the hierarchy to be under another ancestor
Public method Next Obsolete.
Retrieves the next sibling hierarchy available.
Public method NextChild Obsolete.
Retrieves the next child hierarchy available
Public method Parent Obsolete.
Retrieves the parent hierarchy of this hierarchy.
Public method SiblingPosition Obsolete.
Retrieves the position of this hierarchy to its siblings.
Top
See Also