Provides access to members that get data changes from a check-out or replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Inherited Interfaces
Interfaces |
Description |
IDataChanges2 |
Provides access to return the model type of the edits in the check-out. |
IDataChanges |
Provides access to members that return information needed to check in or import edits. |
CoClasses that implement IDataChanges3
Remarks
The IDataChanges3 interface has properties to return the generation numbers and replica state of the replica which is the source of the data changes. This interface is only available on the ReplicaDataChanges coclass.
.NET Samples
Extending the replication synchronization process (Code Files:
RasterSyncWorkspaceExtension)