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


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

IExportDataChanges Interface

Provides access to members that export edits from versions or a check-out geodatabase to a delta file. Note: the IExportDataChanges interface has been superseded by IExportDataChanges2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method ExportDataChanges Exports the edits to a delta file.

Classes that implement IExportDataChanges

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

Remarks

The IExportdataChanges interface provides a method to export edits in a check-out or edits between source and target versions to a delta file. This method always creates full model type delta files. There are no components provided to create simple model type delta files. However, the XML format for an update-gram is published and can be used by any application to create these files.

See the DataChangesExporter coclass for more information on delta files.

See Also

DataChangesImporter Class | DeltaDataChanges Class