Returns information needed to export modified rows in versions to a delta file.
| Interfaces | Description |
|---|---|
| IDataChanges | Provides access to members that return information needed to check in or import edits. |
| IVersionDataChangesInit | Provides access to members that initialize a VersionDataChanges object. |
This class returns edits between source and target versions. It is used by the DataChangesExporter coclass to export the edits to a delta file.
DataChangesExporter Class | IExportDataChanges Interface | DataChanges Class