IWorkflowDefinitionTransitions Property
|
Gets the collection of
Transitions that belong to this Workflow Definition.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ITransition> Transitions { get; }
ReadOnly Property Transitions As IEnumerable(Of ITransition)
Get
property IEnumerable<ITransition^>^ Transitions {
IEnumerable<ITransition^>^ get ();
}
abstract Transitions : IEnumerable<ITransition> with get
Property Value
Type:
IEnumerableITransitionSee Also