Click or drag to resize

IPageCreationRuleWorkFlowDefinition Property


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