FeedItemConverter Class
When overridden, represents an object that can translate items between the FeedSync format and the provider format.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FeedItemConverter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConvertItemDataToXmlText | When overridden in a derived class, converts items from the provider format to an XML string in the FeedSync format. |
![]() | ConvertXmlToItemData | 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. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
