| VersionManagerRemoveWorkflowInternal Method  | 
            Removes all the workflow information from the document and initializes the document as non-workflow.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxprotected virtual void RemoveWorkflowInternal(
	TreeNode node
)
Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
Document node (current version) 
RemarksIntended for use after finishing current workflow cycle to remove workflow scope from the document
See Also