IPageCreationRuleWorkFlowDefinition Property Ingeniux CMS Content Store API

Gets and sets the Workflow Definition to which this page creation rule is connected. Pages created via this page creation rule are automatically added to the specified Workflow.

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
Exceptions

ExceptionCondition
ArgumentExceptionWhen trying to assign null to this property.
Remarks

Do not directly set the WorkflowDefinition to null, as this causes an error to be thrown.

Use the UnassociateWorkflowDefinition method instead.

See Also

Reference