ISchemaCommonWorkflowRequired Property
|
Gets and sets whether
pages created via this schema are added to a
workflow after creation.
If this property is set to true, the
WorkflowDefinition property must be set to a valid
workflow definition. Otherwise, validation will fail.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool WorkflowRequired { get; set; }
Property WorkflowRequired As Boolean
Get
Set
property bool WorkflowRequired {
bool get ();
void set (bool value);
}
abstract WorkflowRequired : bool with get, set
Property Value
Type:
BooleanSee Also Reference
[!:Ingeniux.CMS.ISchemaBasic.WorkflowDefinition]