Click or drag to resize

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.6.492
Syntax
IWorkflowDefinition WorkflowDefinition { get; set; }

Property Value

IWorkflowDefinition
Remarks
This property is required, if WorkflowRequired is true. If not set in that case, schema will not pass data validation before saving.
See Also