Updates the current version of the document within the database. If versioning is used, updates the last version within the VersionHistory, otherwise updates directly the database document record.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document to update
- tree (Optional)
- Type: CMS.DocumentEngine TreeProvider
TreeProvider to use
- updateColumns (Optional)
- Type: System String
List of columns which should be updated explicitly (separated by ';')
See Also