FASTSearchRuntime.DecodeForLocationQueryFormat Method
Decodes the query string from the FAST Search Server 2010 for SharePoint farm location.
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 FASTSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
string str
)
Parameters
- str
Type: System.String
Return Value
Type: System.String
Returns String.
Implements
ILocationRuntime.DecodeForLocationQueryFormat(String)