Click or drag to resize

HierarchyAdjustment Enumeration

Specifies the placement of a new document object in respect to the given context object.

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum HierarchyAdjustment
Members
  Member nameValueDescription
AsUncle0 Creates the element as sibling of the parent of the given context object (Hierarchy level -1)
AsSibling1 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.
AsChild2 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.
See Also