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.5.94
Syntaxbool 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:
Boolean
RemarksIf this property is set to true, all actions are bypassed when the workflow advances
See Also