Compartir a través de


: QueryService.GetPortalSearchInfo (Método) (websvcSearch)

Returns a list of scopes for the Enterprise Search. This method is deprecated and should not be used in new applications.

Espacio de nombres:
Ensamblado: MOSSSOAP (in mosssoap.dll)

Sintaxis

'Declaración
<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
'Uso
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 ()

Valor devuelto

A string containing XML with the list of scopes.

Vea también

Referencia

QueryService (Clase)
QueryService (Miembros)
websvcSearch (Espacio de nombres)