ServiceDocument.GetXmlDocument(SyndicationFormat) Method

Definition

Generates the DOM object that represents this element, and all the attributes and child elements including foreign markups.

public:
 virtual XmlDocument ^ GetXmlDocument(SyndicationFormat format) = GetXmlDocument;
XmlDocument GetXmlDocument(SyndicationFormat const& format);
public XmlDocument GetXmlDocument(SyndicationFormat format);
function getXmlDocument(format)
Public Function GetXmlDocument (format As SyndicationFormat) As XmlDocument

Parameters

format
SyndicationFormat

The format of the element. The only formats accepted by this method are Atom 1.0 and RSS 2.0.

Returns

The XML document.

Implements

Applies to