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.6.492
Syntax
bool RemoveWorkflow(
	IWorkflow workflow
)

Parameters

workflow  IWorkflow
The workflow to remove

Return Value

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