IHierarchyId Interface |
Note: This API is now obsolete.
Namespace: Ingeniux.CMS
The IHierarchyId type exposes the following members.
Name | Description | |
---|---|---|
Level | Obsolete.
Gets the number of levels the hierarchy has
| |
Value | Obsolete.
Gets the value of hierary in string format.
|
Name | Description | |
---|---|---|
AddChild | Obsolete.
Adds a new child hierarchy. This will cause the next available child position to increment by one.
| |
Ancestors | Obsolete.
Retrieves the collection of this hierarchy's ancestors
| |
IsChildOf | Obsolete.
Checks whether this hierarchy is child of another hierarchy.
| |
IsDescendantOf | Obsolete.
Checks whether this hierarchy descends from another hierarchy.
| |
IsDescendantOrSelfOf | Obsolete.
Checks whether this hierarchy is descends from another hierarchy or is the hierarychy itself.
| |
MoveAncestor | Obsolete.
Moves the hierarchy to be under another ancestor
| |
Next | Obsolete.
Retrieves the next sibling hierarchy available.
| |
NextChild | Obsolete.
Retrieves the next child hierarchy available
| |
Parent | Obsolete.
Retrieves the parent hierarchy of this hierarchy.
| |
SiblingPosition | Obsolete.
Retrieves the position of this hierarchy to its siblings.
|