QueryService.GetPortalSearchInfo Method
Returns a list of scopes for the Enterprise Search. This method is deprecated and should not be used in new applications.
Namespace: websvcSearch
Assembly: MOSSSOAP (in MOSSSOAP.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/OfficeServer/QueryService/GetPortalSearchInfo", RequestNamespace := "https://microsoft.com/webservices/OfficeServer/QueryService", _
ResponseNamespace := "https://microsoft.com/webservices/OfficeServer/QueryService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetPortalSearchInfo As String
'Usage
Dim instance As QueryService
Dim returnValue As String
returnValue = instance.GetPortalSearchInfo()
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/OfficeServer/QueryService/GetPortalSearchInfo", RequestNamespace = "https://microsoft.com/webservices/OfficeServer/QueryService",
ResponseNamespace = "https://microsoft.com/webservices/OfficeServer/QueryService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetPortalSearchInfo()
Return Value
Type: System.String
A string containing XML with the list of scopes.