Click or drag to resize

EnumCopyActions Enumeration


The list of positions to place on the site tree when moving or copying a Page

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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