com.esri.arcgis.geodatabasedistributed
Interface esriExportDataChangesOption

All Superinterfaces:
Serializable

public interface esriExportDataChangesOption
extends Serializable

Options to specify the type of delta file to create.

Remarks

The esriExportDataChangesOption enumeration contains values that represent different types of export data changes options.

The members of this enumeration are represented as follows:

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriExportToAccess
          Export data changes to Access.
static int esriExportToFileGDB
          Export data changes to File GeoDatabase.
static int esriExportToXML
          Export data changes to XML.
 

Field Detail

esriExportToAccess

static final int esriExportToAccess
Export data changes to Access.

See Also:
Constant Field Values

esriExportToXML

static final int esriExportToXML
Export data changes to XML.

See Also:
Constant Field Values

esriExportToFileGDB

static final int esriExportToFileGDB
Export data changes to File GeoDatabase.

See Also:
Constant Field Values