Click or drag to resize

ITransitionTrigger Property


Gets and sets the type of Trigger associated with this transition. Decides where the transition is executed.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
EnumTrigger Trigger { get; set; }

Property Value

EnumTrigger
Remarks
Removing an IGX_ONCREATE trigger from a Workflow Definition is not allowed.
See Also