IWorkflowManagerRemoveWorkflow Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference