Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Decodes the query string from the OpenSearch federated location URL.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Usage
Dim instance As OpenSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
string str
)
Parameters
str
Type: System.StringThe query string to decode.
Return Value
Type: System.String
The decoded query string.
Implements
ILocationRuntime.DecodeForLocationQueryFormat(String)