EnumTrigger Enumeration Ingeniux CMS Content Store API

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

public enum EnumTrigger
Members

  Member nameValueDescription
IGX_ONCREATE1 Trigger is executed on creation of an Entity.
IGX_ONCHANGE2 Trigger is executed on change of an Entity.
See Also

Reference