ISchemaCommonWorkflowDefinition Property
|
Gets and sets the workflow defintion for this schema. If set,
pages created with this schema
will be added to a
workflow based on this defintion right away.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IWorkflowDefinition WorkflowDefinition { get; set; }
Property WorkflowDefinition As IWorkflowDefinition
Get
Set
property IWorkflowDefinition^ WorkflowDefinition {
IWorkflowDefinition^ get ();
void set (IWorkflowDefinition^ value);
}
abstract WorkflowDefinition : IWorkflowDefinition with get, set
Property Value
Type:
IWorkflowDefinitionRemarks This property is required, if WorkflowRequired is true. If not set in that case, schema will not pass data validation before saving.
See Also