Share via


SharePointSearchRuntime.DecodeForLocationQueryFormat method

Decodes the query string from the SharePoint site 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 SharePointSearchRuntime
Dim str As String
Dim returnValue As String

returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
    string str
)

Parameters

Return value

Type: System.String
The decoded query string.

Implements

ILocationRuntime.DecodeForLocationQueryFormat(String)

See also

Reference

SharePointSearchRuntime class

SharePointSearchRuntime members

Microsoft.Office.Server.Search.Query namespace