Keywords::GetFilteredKeywords method
SharePoint 2013
Returns all keywords that match the specified filter and value for the site associated with this instance of the Keywords class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Parameters
- view
- Type: Microsoft.Office.Server.Search.Administration.KeywordView
A value from the KeywordView enumeration specifying the keyword status.
- filter
- Type: Microsoft.Office.Server.Search.Administration.KeywordFilter
A value from the KeywordFilter enumeration specifying the keyword property value to filter the specified value against.
- value
- Type: System.String
A string specifying the value to match against the keyword filter.
Return value
Type: Microsoft.Office.Server.Search.Administration.KeywordCollectionA KeywordCollection object representing the collection of keywords from the site that match the specified filter and value.
Show: