Gets and sets whether this workflow is in lockdown mode. When a workflow is in lockdown mode, advancing it throws an error.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
See Also