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.3.169
Syntaxbool RemoveWorkflow(
	IWorkflow workflow
)
Function RemoveWorkflow ( 
	workflow As IWorkflow
) As Boolean
bool RemoveWorkflow(
	IWorkflow^ workflow
)
abstract RemoveWorkflow : 
        workflow : IWorkflow -> bool 
Parameters
- workflow
 - Type: Ingeniux.CMSIWorkflow
The workflow to remove 
Return Value
Type: 
BooleanTrue if the workflow exists, false otherwise.
See Also