This document is archived and information here might be outdated. Recommended version. |
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 byIExportDataChanges2. Please consider using the more recent version.
Name | Description | |
---|---|---|
ExportDataChanges | Exports the edits to a delta file. |
CoClasses and Classes | Description |
---|---|
DataChangesExporter | Exports edits in a check-out geodatabase or modified rows in versions to a delta file. |
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.
DataChangesImporter Class | DeltaDataChanges Class