This document is archived and information here might be outdated.  Recommended version.


ICheckIn Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IC > ICheckIn Interface
ArcGIS Developer Help

ICheckIn Interface

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

Product Availability

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

Members

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

Classes that implement ICheckIn

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

CheckIn Class | ICheckIn.CheckInFromGDB Method | ICheckIn Interface