HierarchyAdjustment Enumeration
Specifies the placement of a new document object in respect to the given context object.
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum HierarchyAdjustmentMembers
| AsUncle | 0 | Creates the element as sibling of the parent of the given context object (Hierarchy level -1) |
| AsSibling | 1 | Creates the new object directly after the given context element as sibling at the same hierarchy level (Hierarchy level +0) and placing it directly after all the children of the context element. |
| AsChild | 2 | Creates the new object as the child of the context element. (Hierarchy level +1) This child is always the first child, any already existing child objects are moved down. |