Click or drag to resize

ITransitionDefinition Property


Gets the Workflow Definition to which this transition belongs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IWorkflowDefinition Definition { get; }

Property Value

IWorkflowDefinition
Remarks
Each transition always belongs to a specific Workflow Definition.
See Also