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.
Causes the BaseXmlDataSource instance to request a URL using the derived class’s FetchData method.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Function Execute ( _
request As String _
) As XmlDocument
'Usage
Dim request As String
Dim returnValue As XmlDocument
returnValue = Me.Execute(request)
protected XmlDocument Execute(
string request
)
Parameters
request
Type: System.StringA string containing the URL to receive the request.
Return Value
Type: System.Xml.XmlDocument
A System.Xml.XmlDocument that contains the requested data.