FeedItemConverter::ConvertItemDataToXmlText Method

When overridden in a derived class, converts items from the provider format to an XML string in the FeedSync format.

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

public:
virtual String^ ConvertItemDataToXmlText(
	Object^ itemData
) abstract

Parameters

itemData
Type: System::Object
The item data in the provider format.

Return Value

Type: System::String
An XML string that contains the item data in the FeedSync format.

Notes to Implementers

The returned XML string must be well formed.

Show: