WebPartPagesWebService.GetExpandedListViewXml Method
Namespace: [Webpartpages Web service]
Web service reference: http://Site/_vti_bin/Webpartpages.asmx
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
- webId
Type: System.String
- listViewXml
Type: System.String
- listGuid
Type: System.String
- listUrl
Type: System.String
- listDisplayName
Type: System.String
- hasConnection
Type: System.Boolean
- hasConnectionSpecified
Type: System.Boolean
- partialView
Type: System.Boolean
- partialViewSpecified
Type: System.Boolean
Return Value
Type: System.String
Returns String.