Click or drag to resize
ObjectVersionManagerCheckIn Method
Checks in the object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public 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
ExceptionCondition
ObjectVersioningExceptionThrows an exception if it is not possible to check in the object.
See Also