ISchemaBasicWorkflowDefinition Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

IWorkflowDefinition WorkflowDefinition { get; set; }

Property Value

Type: 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

Reference