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: 12.0.0
Syntax protected virtual void RemoveWorkflowInternal(
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