IFeedItemConverter Interface
Represents an object that can translate items between the FeedSync format and the provider format.
IFeedItemConverter methods | Description |
|---|---|
When implemented by a derived class, converts items from the provider format to an XML node in the FeedSync format. | |
When implemented by a derived class, converts items from the provider format to an XML string in the FeedSync format. | |
When implemented by a derived class, converts items from an XML node that contains the item data in the FeedSync format to the provider format. | |
When implemented by a derived class, converts items from an XML string that contains the item data in the FeedSync format to the provider format. |
Show: