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