A list of datasets based on a replica name.
[Visual Basic .NET] Public Function get_ReplicaDatasetsByName ( _ ByVal ReplicaName As String _ ) As IEnumReplicaDataset
[C#] public IEnumReplicaDataset get_ReplicaDatasetsByName ( string ReplicaName );
[C++]
HRESULT get_ReplicaDatasetsByName(
BSTR ReplicaName,
IEnumReplicaDataset** enumReplicaDataset
);
[C++]Parameters
ReplicaName [in] ReplicaName is a parameter of type BSTR enumReplicaDataset [out, retval]enumReplicaDataset is a parameter of type IEnumReplicaDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The replicaName is the name assigned to the check-out, which by default is also the name of the check-out version. The IReplica::Name property can be used to get the name of the check-out.