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.
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.