The list of trigger types; these define when the trigger is executed and are related to an Entity's livecycle.
Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
IGX_ONCREATE | 1 | Trigger is executed on creation of an Entity. | |
IGX_ONCHANGE | 2 | Trigger is executed on change of an Entity. |
See Also