KeywordView enumeration

Defines the keyword views 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 KeywordView
'Usage
Dim instance As KeywordView
[DataContractAttribute]
public enum KeywordView

Members

Member name Description
AllKeywords Specifies to view all keywords.
ExpiredKeywords Specifies to view expired keywords.
ReviewKeywords Specifies to view keywords needing review.

See also

Reference

Microsoft.Office.Server.Search.Administration namespace