com.esri.arcgis.geodatabase
Interface esriSynchronizationOperations

All Superinterfaces:
Serializable

public interface esriSynchronizationOperations
extends Serializable

Synchronization operations.

Product Availability

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


Field Summary
static int esriSOExportDataChanges
          Export changes operations during synchronization.
static int esriSOImportDataChanges
          Import changes operations during synchronization.
 

Field Detail

esriSOImportDataChanges

static final int esriSOImportDataChanges
Import changes operations during synchronization.

See Also:
Constant Field Values

esriSOExportDataChanges

static final int esriSOExportDataChanges
Export changes operations during synchronization.

See Also:
Constant Field Values