| ObjectVersionManagerCheckIn Method  | 
            Checks in the object.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntaxpublic void CheckIn(
	BaseInfo infoObj,
	string versionNumber = null,
	string comment = null
)
Parameters
- infoObj
 - Type: CMS.DataEngineBaseInfo
Object to check in - versionNumber (Optional)
 - Type: SystemString
Version number, optional. Is assigned automatically when not specified. - comment (Optional)
 - Type: SystemString
Version comment, optional 
Exceptions
See Also