SoapDataSource.FetchData method

Called by Execute in order to do child-specific data fetch actions.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function FetchData ( _
    requestUrl As String _
) As String
'Usage
Dim requestUrl As String
Dim returnValue As String

returnValue = Me.FetchData(requestUrl)
protected override string FetchData(
    string requestUrl
)

Parameters

  • requestUrl
    Type: System.String

    The URL of the xml file to retrieve

Return value

Type: System.String
A string containing the data. This should be well formed XML.

See also

Reference

SoapDataSource class

SoapDataSource members

Microsoft.SharePoint.WebControls namespace