| VersionManagerSaveVersion Method  | 
            Saves history version record to the database without checking in.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxpublic void SaveVersion(
	TreeNode node,
	string versionNumber = null,
	string versionComment = null,
	string updateColumns = null,
	WorkflowInfo forceWorkflow = null
)
Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
Node object that should be stored in the version history - versionNumber (Optional)
 - Type: SystemString
Version number - versionComment (Optional)
 - Type: SystemString
Version comment - updateColumns (Optional)
 - Type: SystemString
List of columns which should be updated explicitly (separated by ';') - forceWorkflow (Optional)
 - Type: CMS.WorkflowEngineWorkflowInfo
Workflow instance to force to apply 
See Also