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


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

IImportDataChanges Interface

Provides access to members that import edits or check in from a delta file to a geodatabase. Note: the IImportDataChanges interface has been superseded by IImportDataChanges2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method ImportDataChanges Imports data.

Classes that implement IImportDataChanges

Classes Description
DataChangesImporter Imports edits or checks in from a delta file to a geodatabase.

Remarks

The IImportChanges interface provides a method for importing from delta files. See the DataChangesExporter coclass for more information on delta files.

The following sample takes the path to an XML delta file and imports the changes into the input ArcSDE workspace. If the delta file was generated for a source other than a check-out replica, the changes will be imported into the version referenced by the WorkspaceName. This sample can be easily converted for use with delta database (mdb) or delta file geodatabase files.