| VersionManagerCheckInInternal 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
Syntaxprotected virtual void CheckInInternal(
	TreeNode node,
	string versionNumber,
	string versionComment
)
Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
Document node - versionNumber
 - Type: SystemString
Version number - versionComment
 - Type: SystemString
Version comment 
See Also