Saves history version record to the database without checking in.
Namespace: CMS.DocumentEngineAssembly: 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
- Type: System String
Version number
- versionComment
- Type: System String
Version comment
- updateColumns
- Type: System String
List of columns which should be updated explicitly (separated by ';')
- forceWorkflow
- Type: CMS.WorkflowEngine WorkflowInfo
Workflow instance to force to apply
See Also