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.
Defines the filter types that are available for the GetFilteredKeywords() 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 KeywordFilter
'Usage
Dim instance As KeywordFilter
[DataContractAttribute]
public enum KeywordFilter
Members
| Member name | Description | |
|---|---|---|
| Keyword | Specifies the keyword filter for the keyword. | |
| Synonyms | Specifies the keyword filter for the keyword's synonyms. | |
| BestBetTitle | Specifies the keyword filter for the best bet title. | |
| BestBetUrl | Specifies the keyword filter for the best bet URL. | |
| Contact | Specifies the keyword filter for the best bet contact name. | |
| None | No filter is specified. |