BaseXmlDataSource.FetchData method
An abstract method called by the Execute method to do child-specific data fetch actions.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride Function FetchData ( _
requestUrl As String _
) As String
'Usage
Dim requestUrl As String
Dim returnValue As String
returnValue = Me.FetchData(requestUrl)
protected abstract string FetchData(
string requestUrl
)
Parameters
requestUrl
Type: System.StringA string containing the URL of the XML file to process.
Return value
Type: System.String
A string that contains the data in well formed XML.