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.3.169
Syntax IWorkflowDefinition 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
Type:
IWorkflowDefinitionExceptions Remarks See Also