Click or drag to resize
ObjectVersionManagerCheckIn Method (BaseInfo, String, String)
Checks in the object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public void CheckIn(
	BaseInfo infoObj,
	string versionNumber,
	string comment
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object to check in
versionNumber
Type: SystemString
Version number, optional. Is assigned automatically when not specified.
comment
Type: SystemString
Version comment, optional
Exceptions
ExceptionCondition
ObjectVersioningExceptionThrows an exception if it is not possible to check in the object.
See Also