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


IExportDataChanges2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IExportDataChanges2 Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IExportDataChanges2

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.