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
Property Value
Type: IWorkflowDefinitionExceptions
Exception | Condition |
---|---|
ArgumentException | When 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