Click or drag to resize
VersionManagerRemoveWorkflow Method
Removes all the workflow information from the document and initializes the document as non-workflow.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void RemoveWorkflow(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node (current version)
Remarks
Intended for use after finishing current workflow cycle to remove workflow scope from the document
See Also