FeedItemConverter::ConvertXmlToItemData Method

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

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

public:
virtual Object^ ConvertXmlToItemData(
	String^ itemXml
) abstract

Parameters

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

Return Value

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