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