Share via


WebPartPagesWebService.GetExpandedListViewXml method

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetExpandedListViewXml", RequestNamespace := "https://microsoft.com/sharepoint/webpartpages",  _
    ResponseNamespace := "https://microsoft.com/sharepoint/webpartpages",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetExpandedListViewXml ( _
    webId As String, _
    listViewXml As String, _
    listGuid As String, _
    listUrl As String, _
    listDisplayName As String, _
    hasConnection As Boolean, _
    hasConnectionSpecified As Boolean, _
    partialView As Boolean, _
    partialViewSpecified As Boolean _
) As String
'Usage
Dim instance As WebPartPagesWebService
Dim webId As String
Dim listViewXml As String
Dim listGuid As String
Dim listUrl As String
Dim listDisplayName As String
Dim hasConnection As Boolean
Dim hasConnectionSpecified As Boolean
Dim partialView As Boolean
Dim partialViewSpecified As Boolean
Dim returnValue As String

returnValue = instance.GetExpandedListViewXml(webId, _
    listViewXml, listGuid, listUrl, listDisplayName, _
    hasConnection, hasConnectionSpecified, _
    partialView, partialViewSpecified)
[SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetExpandedListViewXml", RequestNamespace = "https://microsoft.com/sharepoint/webpartpages", 
    ResponseNamespace = "https://microsoft.com/sharepoint/webpartpages", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetExpandedListViewXml(
    string webId,
    string listViewXml,
    string listGuid,
    string listUrl,
    string listDisplayName,
    bool hasConnection,
    bool hasConnectionSpecified,
    bool partialView,
    bool partialViewSpecified
)

Parameters

Return value

Type: System.String
Returns String.

See also

Reference

WebPartPagesWebService class

WebPartPagesWebService members

WebSvcwebpartpages namespace