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.
Retrieves all keywords of the search setting group where the keyword term contains the specified filter.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetKeywords ( _
filter As String _
) As KeywordCollection
'Usage
Dim instance As SearchSettingGroup
Dim filter As String
Dim returnValue As KeywordCollection
returnValue = instance.GetKeywords(filter)
KeywordCollection GetKeywords(
string filter
)
Parameters
filter
Type: System.StringThe filter value that the keyword term must contain in order to be included in the collection.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.KeywordCollection
A KeywordCollection with all the matching Keywords
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace