Share via


WebPartPagesWebService.GetFormCapabilityFromDataSourceControl method

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

Syntax

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

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

Parameters

Return value

Type: System.String

See also

Reference

WebPartPagesWebService class

WebPartPagesWebService members

WebSvcwebpartpages namespace