Click or drag to resize

IHierarchyId Interface


Note: This API is now obsolete.

The object that stores hierarchy information on an entity.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
[ObsoleteAttribute("No longer required. Will be refactored out in a future release.")]
public interface IHierarchyId

The IHierarchyId type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleLevel Obsolete.
Gets the number of levels the hierarchy has
Public propertyCode exampleValue Obsolete.
Gets the value of hierary in string format.
Top
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