This document is archived and information here might be outdated.  Recommended version.


IExportDataChanges2 Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IExportDataChanges2 Interface

Provides access to members that export edits from a version or from a check-out, one way or two way replica to a data changes file.

Product Availability

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

Members

Description
Method ExportDataChanges Exports the edits to a delta file.
Method ExportDataChanges2 Exports the edits to a delta file.
Method ReExportDataChanges Exports the edits to a delta file.

Inherited Interfaces

Interfaces Description
IExportDataChanges Provides access to members that export edits from versions or a check-out geodatabase to a delta file.

CoClasses that implement IExportDataChanges2

CoClasses and Classes Description
DataChangesExporter Exports edits in a check-out geodatabase or modified rows in versions to a delta file.

Remarks

The IExportdataChanges2 interface provides methods to export edits in a two way or one way replica to a delta file.

See the DataChangesExporter coclass for more information on delta files.