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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public virtual void CheckInObject(
	string comment,
	BaseInfo infoObject
)

Parameters

comment
Type: SystemString
Comment of the check-in
infoObject
Type: CMS.DataEngineBaseInfo
Info to checkin
See Also