com.esri.arcgis.geodatabasedistributed
Interface esriExportGenerationsOption

All Superinterfaces:
Serializable

public interface esriExportGenerationsOption
extends Serializable

Options to specify the content of the data exported.

Remarks

The esriExportGenerationsOption enumeration contains values that define the changes to export.

The members of this enumeration are represented as follows:

Product Availability

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


Field Summary
static int esriExportGenerationsAll
          Export unacknowledge and new generations.
static int esriExportGenerationsNew
          Export the next generation only.
static int esriExportGenerationsNone
          Export unacknowledge and new generations.
static int esriExportGenerationsUnAcknowledged
          Export all previous ununknowledge generations in addtion to the next generation if the replica in the send state.
 

Field Detail

esriExportGenerationsUnAcknowledged

static final int esriExportGenerationsUnAcknowledged
Export all previous ununknowledge generations in addtion to the next generation if the replica in the send state.

See Also:
Constant Field Values

esriExportGenerationsNew

static final int esriExportGenerationsNew
Export the next generation only.

See Also:
Constant Field Values

esriExportGenerationsAll

static final int esriExportGenerationsAll
Export unacknowledge and new generations.

See Also:
Constant Field Values

esriExportGenerationsNone

static final int esriExportGenerationsNone
Export unacknowledge and new generations.

See Also:
Constant Field Values