com.esri.arcgis.geodatabasedistributed
Interface esriCheckInSourceType

All Superinterfaces:
Serializable

public interface esriCheckInSourceType
extends Serializable

Indicates the source of the data to be checked in.

Remarks

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.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriCheckOutGDB
          Check in from a check-out database.
static int esriFileGDBDelta
          Check in from a delta FileGeoDatabase.
static int esriPersonalDeltaFile
          Check in from a delta database.
static int esriXMLDeltaFile
          Check in from a XML delta file.
 

Field Detail

esriPersonalDeltaFile

static final int esriPersonalDeltaFile
Check in from a delta database.

See Also:
Constant Field Values

esriXMLDeltaFile

static final int esriXMLDeltaFile
Check in from a XML delta file.

See Also:
Constant Field Values

esriCheckOutGDB

static final int esriCheckOutGDB
Check in from a check-out database.

See Also:
Constant Field Values

esriFileGDBDelta

static final int esriFileGDBDelta
Check in from a delta FileGeoDatabase.

See Also:
Constant Field Values