Gets and sets whether this workflow is in lockdown mode. When a workflow is in lockdown mode, advancing it throws an error.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Locked { get; set; }
Property Locked As Boolean
Get
Set
property bool Locked {
bool get ();
void set (bool value);
}
abstract Locked : bool with get, set
Property Value
Type:
BooleanSee Also