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