com.esri.arcgis.geodatabasedistributed
Interface esriReExportGenerationsOption

All Superinterfaces:
Serializable

public interface esriReExportGenerationsOption
extends Serializable

Options to specify the content of the data to be re-exported.

Remarks

The esriReExportGenerationsOption enumeration contains values that define the changes to export when re-exporting changes from a replica.

Product Availability

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


Field Summary
static int esriReExportGenerationsAllUnAcknowledged
          Reexports all previously unacknowledged generations.
static int esriReExportGenerationsLastUnAcknowledged
          Reexports the last unacknowledged generation only.
 

Field Detail

esriReExportGenerationsAllUnAcknowledged

static final int esriReExportGenerationsAllUnAcknowledged
Reexports all previously unacknowledged generations.

See Also:
Constant Field Values

esriReExportGenerationsLastUnAcknowledged

static final int esriReExportGenerationsLastUnAcknowledged
Reexports the last unacknowledged generation only.

See Also:
Constant Field Values