ILocationRuntime.DecodeForLocationQueryFormat-Methode
Decodiert die Abfragezeichenfolge aus der URL Partnerspeicherort.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Usage
Dim instance As ILocationRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
string DecodeForLocationQueryFormat(
string str
)
Parameter
str
Typ: System.StringDie Abfragezeichenfolge zu decodieren.
Rückgabewert
Typ: System.String
Die decodierten Abfragezeichenfolge.