FeedIdConverter::ConvertReplicaIdToString Method

When overridden in a derived class, converts a replica ID to the FeedSync format.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual String^ ConvertReplicaIdToString(
	SyncId^ replicaId
) abstract

Parameters

replicaId
Type: Microsoft.Synchronization::SyncId
The replica ID in the provider format.

Return Value

Type: System::String
The replica ID in the FeedSync format.

Notes to Implementers

If replicaId is an anonymous replica ID, this method must return a nullptr. An anonymous replica ID is used when a FeedSync item history element does not have a by attribute. An anonymous replica ID is created by using GenerateAnonymousReplicaId.

Show: