SyndicationFeed.LoadFromXml(XmlDocument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the SyndicationFeed object from the given DOM object, which can contain XML content in either *RSS 2.0 * or Atom 1.0 format.
public:
virtual void LoadFromXml(XmlDocument ^ feedDocument) = LoadFromXml;
void LoadFromXml(XmlDocument const& feedDocument);
public void LoadFromXml(XmlDocument feedDocument);
function loadFromXml(feedDocument)
Public Sub LoadFromXml (feedDocument As XmlDocument)
Parameters
- feedDocument
- XmlDocument
The DOM object which contains XML content in either RSS 2.0 or Atom 1.0 format.