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.308
Syntax public enum EnumCopyActions
Public Enumeration EnumCopyActions
public enum class EnumCopyActions
Members
| Member name | Value | Description |
---|
| IGX_MAKE_CHILD | 0 |
Place as child of the target node.
|
| IGX_INSERT_BEFORE | 1 |
Place before the target node.
|
| IGX_INSERT_AFTER | 2 |
Place after the target node.
|
See Also