This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IC > ICheckIn Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that perform a check in. Note: the ICheckIn interface has been superseded byICheckIn2. Please consider using the more recent version.
Description | ||
---|---|---|
CheckInFromDeltaFile | Checks in changes from a delta database. | |
CheckInFromGDB | Checks in changes from a check-out database. |
CoClasses and Classes | Description |
---|---|
CheckIn | Checks in changes from a check-out geodatabase or a delta database to a master geodatabase. |
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.
CheckIn Class | ICheckIn.CheckInFromGDB Method | ICheckIn Interface