ArcObjects Library Reference (GeoDatabaseDistributed)  

IVersionDataChangesInit Interface

Provides access to members that initialize a VersionDataChanges object.

Product Availability

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

Members

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

CoClasses that implement IVersionDataChangesInit

CoClasses and 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