KeywordFilter Enumeration

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
Public Enumeration KeywordFilter
'Usage
Dim instance As KeywordFilter
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.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace