SearchSettingGroup.GetBestBetsWithoutKeyword Method
Retrieves all best bets of the search setting group that are not associated with a keyword, i.e. are global and where the best bet name 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 GetBestBetsWithoutKeyword ( _
filter As String _
) As BestBetCollection
'Usage
Dim instance As SearchSettingGroup
Dim filter As String
Dim returnValue As BestBetCollection
returnValue = instance.GetBestBetsWithoutKeyword(filter)
BestBetCollection GetBestBetsWithoutKeyword(
string filter
)
Parameters
filter
Type: System.StringThe filter value that the best bet name must contain in order to be included in the collection.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.BestBetCollection
A BestBetCollection of all the matching BestBets.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace