EnumCopyActions Enumeration Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference