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


VersionDataChanges Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > V > VersionDataChanges Class
ArcGIS Developer Help

VersionDataChangesClass Class

The information needed to export modified rows in versions to a delta file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IDataChanges Provides access to members that return information needed to check in or import edits.
IDataChangesInfo Provides access to the set of changed IDs for a class.
IVersionDataChangesInit Provides access to members that initialize a VersionDataChanges object.

Remarks

This class returns edits between source and target versions. It is used by the DataChangesExporter coclass to export the edits to a delta file.

See Also

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface