ITransitionNextState Property
|
Gets and sets the
Work State that the
Workflow will be on after advancing through this transition.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IWorkState NextState { get; set; }
Property NextState As IWorkState
Get
Set
property IWorkState^ NextState {
IWorkState^ get ();
void set (IWorkState^ value);
}
abstract NextState : IWorkState with get, set
Property Value
Type:
IWorkStateExceptions Exception | Condition |
---|
ArgumentNullException | When 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