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.
This member overrides RankingManager.GetQuerySuggestionCandidates(Guid).
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function GetQuerySuggestionCandidates ( _
sourceId As Guid _
) As List(Of String)
'Usage
Dim instance As Ranking
Dim sourceId As Guid
Dim returnValue As List(Of String)
returnValue = instance.GetQuerySuggestionCandidates(sourceId)
public override List<string> GetQuerySuggestionCandidates(
Guid sourceId
)
Parameters
- sourceId
Type: System.Guid
Return value
Type: System.Collections.Generic.List<String>