Provides access to members that validate a check-out. Note: the IReplicaValidation interface has been superseded byIReplicaValidation2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ValidateDeltaFile | Indicates if the check-out in a delta database is valid. | |
ValidateReplicaPair | Indicates if the check-out in a check-out database is valid. |
CoClasses that implement IReplicaValidation
CoClasses and Classes | Description |
---|---|
ReplicaValidator | Validates a check-out with the master geodatabase. |
Remarks
Apply these methods after the creation of a replica (check-out, two way or one way replica) to ensure the creation was successful and before checking in or synchronizing changes to ensure that the replica still exists and is valid on the target database.
If a FALSE is returned, the replica cannot be synchronized with the target database.
See Also
CheckOut Class | ICheckOut.CheckOutData Method | IReplicaValidation Interface | ICheckOut Interface