BestBetFilter enumeration
Defines the filter types available for the GetFilteredBestBets() method of the Keywords class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration BestBetFilter
'Usage
Dim instance As BestBetFilter
[DataContractAttribute]
public enum BestBetFilter
Members
Member name | Description | |
---|---|---|
BestBetTitle | Specifies filter for the best bet title. | |
BestBetUrl | Specifies filter for the best bet URL. | |
Both | Specifies filter for both the best bet title and URL. | |
None | No filter specified. |