Keywords.GetFilteredBestBets method
Retorna todas as melhores opções que correspondam ao filtro especificado e o valor para o site associado a esta instância da classe Keywords .
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetFilteredBestBets ( _
filter As BestBetFilter, _
value As String _
) As BestBetCollection
'Uso
Dim instance As Keywords
Dim filter As BestBetFilter
Dim value As String
Dim returnValue As BestBetCollection
returnValue = instance.GetFilteredBestBets(filter, _
value)
public BestBetCollection GetFilteredBestBets(
BestBetFilter filter,
string value
)
Parâmetros
filter
Type: Microsoft.Office.Server.Search.Administration.BestBetFilterUm valor da enumeração BestBetFilter especificando o valor da propriedade melhor opção para filtrar o valor especificado em.
value
Type: System.StringUma seqüência de caracteres especificando o valor para correspondência com o filtro de opção melhor.
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.BestBetCollection
Um objeto BestBetCollection que representa a coleção de melhores opções do site que correspondam ao filtro especificado e o valor.