FeedIdConverter::ConvertItemIdToString Method

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

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

public:
virtual String^ ConvertItemIdToString(
	SyncId^ itemId
) abstract

Parameters

itemId
Type: Microsoft.Synchronization::SyncId
The item ID in the provider format.

Return Value

Type: System::String
The item ID in the FeedSync format.
Show: