VersionManager SaveVersion Method Kentico 8.1 API Reference
Saves history version record to the database without checking in.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Node object that should be stored in the version history
versionNumber (Optional)
Type: OnlineSystem String
Version number
versionComment (Optional)
Type: OnlineSystem String
Version comment
updateColumns (Optional)
Type: OnlineSystem String
List of columns which should be updated explicitly (separated by ';')
forceWorkflow (Optional)
Type: CMS.WorkflowEngine WorkflowInfo
Workflow instance to force to apply
See Also