Click or drag to resize

ITransitionCurrentState Property


Gets and sets the Work State before the Workflow advances through this transition. Transition is only available for Workflow to advance through, if Workflow is currently on this Work state.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IWorkState CurrentState { get; set; }

Property Value

Type: IWorkState
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen trying to set the value to null, or when the value is null when you attempt to save the entity.
Remarks
This property is required. It cannot be set as null and will throw error when saving if it is null.
See Also