IFeedXMLDocumentLoader Interface
Represents an object that can be used to load a FeedSync feed from an IXMLDOMDocument2 object.
This interface is implemented by IFeedSyncServices. A provider that has a feed in the IXMLDOMDocument2 format can use LoadFeedMetadataFromXMLDocument to load the feed into the IFeedSyncServices object instead of converting the feed to an IStream object and then using IFeedSyncServices::LoadFeed.
This interface can be acquired by calling the QueryInterface method of the IFeedSyncServices object.
Show: