Click or drag to resize

EnumCopyActions Enumeration


Represents the collection of positions where a Page can be placed in the site tree when moving or copying a Page

Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public enum EnumCopyActions
Members
Member nameValueDescription
IGX_MAKE_CHILD0 Place as child of the target node.
IGX_INSERT_BEFORE1 Place before the target node.
IGX_INSERT_AFTER2 Place after the target node.
See Also