ArcObjects Library Reference (GeoDatabase)  

esriReplicaType Constants

Describes the role of the replica.

Constant Value Description
esriReplicaTypeChild 1 The replica has the role of child.
esriReplicaTypeParent 2 The replica has the role of parent.
esriCheckOutTypeChild 4 The check-out replica has the role of child.
esriCheckOutTypeParent 8 The check-out replica has the role of parent.
esriReplicaTypeAny 15 The replica has an undefined role.

Product Availability

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

Remarks

The esriReplicaType enumeration contains values which represent the different replica types.  The IReplica::ReplicaRole property uses the esriReplicaType enumeration to indicate whether the replica is a single generation or multigeneration replica, and whether it is a parent or child replica.

The members of the enumeration are represented as follows:

.NET Related Topics

Using replica creation events to extend the replica creation process