IWorkflowDontExecuteActions Property
|
Gets and sets whether or not to execute
Actions during a workflow advance.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool DontExecuteActions { get; set; }
Property DontExecuteActions As Boolean
Get
Set
property bool DontExecuteActions {
bool get ();
void set (bool value);
}
abstract DontExecuteActions : bool with get, set
Property Value
Type:
BooleanRemarks If this property is set to true, all actions are bypassed when the workflow advances
See Also