This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IV > IVersionDataChangesInit Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that initialize a VersionDataChanges object.
Description | ||
---|---|---|
Init | Initializes the class by setting the versioned workspace and one of its ancestor versioned workspace. |
CoClasses and Classes | Description |
---|---|
VersionDataChanges | The information needed to export modified rows in versions to a delta file. |
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.
DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface