| VersionManagerCheckIn Method  | 
            Checks provided node in and stores it in the versioning history.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxpublic 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