IWorkflowManagerRemoveWorkflow Method
|
Removes a
Workflow. This method will take the
Page that is in this workflow out of workflow state.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveWorkflow(
IWorkflow workflow
)
Function RemoveWorkflow (
workflow As IWorkflow
) As Boolean
bool RemoveWorkflow(
IWorkflow^ workflow
)
abstract RemoveWorkflow :
workflow : IWorkflow -> bool Parameters
- workflow IWorkflow
- The workflow to remove
Return Value
BooleanTrue if the workflow exists, false otherwise.
See Also