This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Constants > E > esriCheckInSourceType Constants (ArcObjects .NET 10.5 SDK) |
Indicates the source of the data to be checked in.
Constant | Value | Description |
---|---|---|
esriPersonalDeltaFile | 1 | Check in from a delta database. |
esriXMLDeltaFile | 2 | Check in from a XML delta file. |
esriCheckOutGDB | 3 | Check in from a check-out database. |
esriFileGDBDelta | 4 | Check in from a delta FileGeoDatabase. |
The esriCheckinSourceType enumeration contains values that represent the source of the data to be checked in. The IReplicaValidation::ValidateDeltaFile method uses the esriCheckinSourceType enumeration to indicate the type of delta file.