Click or drag to resize

IWorkflowManagerRemoveWorkflow Method


Removes a Workflow. This method will take the Page that is in this workflow out of workflow state.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveWorkflow(
	IWorkflow workflow
)

Parameters

workflow
Type: Ingeniux.CMSIWorkflow
The workflow to remove

Return Value

Type: Boolean
True if the workflow exists, false otherwise.
See Also