IWorkflowManagerRemoveWorkflowDefinition Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveWorkflowDefinition(
IWorkflowDefinition workflowDefinition
)
Function RemoveWorkflowDefinition (
workflowDefinition As IWorkflowDefinition
) As Boolean
bool RemoveWorkflowDefinition(
IWorkflowDefinition^ workflowDefinition
)
abstract RemoveWorkflowDefinition :
workflowDefinition : IWorkflowDefinition -> bool
Parameters
- workflowDefinition
- Type: Ingeniux.CMSIWorkflowDefinition
The workflow definition to remove. If the value is null, method does nothing.
Return Value
Type:
BooleanTrue if the definition exists in collection, false otherwise.
Exceptions Remarks Workflow definition cannot be removed if there are still
Workflow instances
based on this definition.
See Also