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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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:
IWorkflowDefinition
This property is required, if
WorkflowRequired is true. If not set in that case, schema will not pass data validation before saving.
Reference