Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an object that can be used to load a FeedSync feed from an IXMLDOMDocument2 object.
interface IFeedMetadataXMLDocumentLoader : IUnknown
Members
IFeedMetadataXMLDocumentLoader methods | Description |
---|---|
Loads a FeedSync feed from the specified IXMLDOMDocument2 object. |
Remarks
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.
Requirements
Header: Feedsync.h