Share via


SearchSettingGroup.GetFeaturedContentWithoutKeyword Method

Retrieves all featured content of the search setting group that are not associated with a keyword, i.e. are global, and where the featured content 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 GetFeaturedContentWithoutKeyword ( _
    filter As String _
) As FeaturedContentCollection
'Usage
Dim instance As SearchSettingGroup
Dim filter As String
Dim returnValue As FeaturedContentCollection

returnValue = instance.GetFeaturedContentWithoutKeyword(filter)
FeaturedContentCollection GetFeaturedContentWithoutKeyword(
    string filter
)

Parameters

  • filter
    Type: System.String

    The filter value that the featured content name must contain in order to be included in the collection.

Return Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.FeaturedContentCollection
A FeaturedContentCollection of all the matching FeaturedContent.

See Also

Reference

SearchSettingGroup Interface

SearchSettingGroup Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace