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


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

IVersionDataChangesInit Interface

Provides access to members that initialize a VersionDataChanges object.

Product Availability

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

Members

Name Description
Method Init Initializes the class by setting the versioned workspace and one of its ancestor versioned workspace.

Classes that implement IVersionDataChangesInit

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

Remarks

This interface provides a method to initialize a VersionDataChanges coclass. This coclass can be used to get the edits between a source version and a target version.

The VersionDataChanges coclass is used to export edits to a delta file. See the DataChangesExporter coclass.

See Also

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface