ArcObjects Library Reference (GeoDatabaseDistributed)  

ICheckIn Interface

Provides access to members that perform a check in. Note: the ICheckIn interface has been superseded byICheckIn2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method CheckInFromDeltaFile Checks in changes from a delta database.
Method CheckInFromGDB Checks in changes from a check-out database.

CoClasses that implement ICheckIn

CoClasses and Classes Description
CheckIn Checks in changes from a check-out geodatabase or a delta database to a master geodatabase.

Remarks

The ICheckIn interface allows you to check changes into the parent replica (previously referred to as a checking in changes to the master geodatabase ) from either the check-out replica or a delta file.  For control over how conflicts are detected and dealt with upon check in please refer to the ICheckin2 interface.

See Also

ICheckIn Interface | CheckIn Class | ICheckIn.CheckInFromGDB Method