WebPartPagesWebService.GetDataFromDataSourceControl method

Namespace:  WebSvcwebpartpages
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetDataFromDataSourceControl", RequestNamespace := "https://microsoft.com/sharepoint/webpartpages",  _
    ResponseNamespace := "https://microsoft.com/sharepoint/webpartpages",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetDataFromDataSourceControl ( _
    dscXml As String, _
    contextUrl As String _
) As String
'Usage
Dim instance As WebPartPagesWebService
Dim dscXml As String
Dim contextUrl As String
Dim returnValue As String

returnValue = instance.GetDataFromDataSourceControl(dscXml, _
    contextUrl)
[SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetDataFromDataSourceControl", RequestNamespace = "https://microsoft.com/sharepoint/webpartpages", 
    ResponseNamespace = "https://microsoft.com/sharepoint/webpartpages", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetDataFromDataSourceControl(
    string dscXml,
    string contextUrl
)

Parameters

Return value

Type: System.String

Remarks

To access the WebPartPagesWebService service and its methods, set a Web reference to http://Virtual_Server_Name:Port_Number/_vti_adm/WebPartPages.asmx.

See also

Reference

WebPartPagesWebService class

WebPartPagesWebService members

WebSvcwebpartpages namespace