VersionManagerCheckIn Method |
Checks provided node in and stores it in the versioning history.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public void CheckIn(
TreeNode node,
string versionNumber,
string versionComment = null
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document node - versionNumber
- Type: SystemString
Version number - versionComment (Optional)
- Type: SystemString
Version comment
See Also