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


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

ICheckIn2 Interface

Provides access to members that perform a check in.

Product Availability

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

Members

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

Inherited Interfaces

Interfaces Description
ICheckIn Provides access to members that perform a check in.

Classes that implement ICheckIn2

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

Remarks

The ICheckIn2 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.  It has additional functionality to the ICheckin interface in that it allows for determining how editing conflicts are detected and applied at check in.