SyndicationFeed.LoadFromXml(XmlDocument) Method

Definition

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.

Applies to