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 | ||
---|---|---|
CheckInFromDeltaFile | Checks in changes from a delta database. | |
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.CheckInFromGDB Method | ICheckIn Interface | CheckIn Class