Click or drag to resize
VersionManagerSaveVersion Method
Saves history version record to the database without checking in.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public 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