Click or drag to resize
VersionManagerSaveVersionInternal 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#
protected 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