BaseXmlDataSource.GetXmlDocument Method
Fetches the XML document for the current query settings.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetXmlDocument As XmlDocument
'Usage
Dim instance As BaseXmlDataSource
Dim returnValue As XmlDocument
returnValue = instance.GetXmlDocument()
public XmlDocument GetXmlDocument()
Return Value
Type: System.Xml.XmlDocument
A System.Xml.XmlDocument.