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.5.94
Syntax
IWorkflowDefinition Definition { get; }

Property Value

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