Share via


SearchSettingGroup Members

Include Protected Members
Include Inherited Members

Represents a search setting group.

The SearchSettingGroup type exposes the following members.

Properties

  Name Description
Public property BestBets Retrieves all best bets of the search setting group.
Public property BestBetsWithKeyword Retrieves all best bets of the search setting group that are associated with a keyword, i.e. are not global.
Public property BestBetsWithoutKeyword Retrieves all best bets of the search setting group that are not associated with a keyword, i.e. are global.
Public property Contexts Retrieves all contexts of the search setting group.
Public property Description Gets or sets the description. (Inherited from Describable.)
Public property FeaturedContent Retrieves all featured content of the search setting group.
Public property FeaturedContentWithKeyword Retrieves all featured content of the search setting group that are associated with a keyword, i.e. are not global.
Public property FeaturedContentWithoutKeyword Retrieves all featured content of the search setting group that are not associated with a keyword, i.e. are global.
Public property Id Gets or sets the identity of the object. (Inherited from Identifiable.)
Public property Keywords Retrieves all keywords of the search setting group.
Public property LastChanged Gets or sets the date of the last changed field. (Inherited from Identifiable.)
Public property Name Gets or sets the name of the domain object. (Inherited from Describable.)
Public property Promotions Retrieves all promotions of the search setting group.
Public property PromotionsWithKeyword Retrieves all promotions of the search setting group that are associated with a keyword, i.e. are not global.
Public property PromotionsWithoutKeyword Retrieves all promotions of the search setting group that are not associated with a keyword, i.e. are global.

Top

Methods

  Name Description
Public method CompareTo (Inherited from IComparable<SearchSettingGroup>.)
Public method GetBestBets Retrieves all best bets of the search setting group where the best bet name contains the specified filter.
Public method GetBestBetsWithKeyword Retrieves best bets of the search setting group that are associated with a keyword, i.e. are not global and where the best bet name contains the specified filter.
Public method GetBestBetsWithoutKeyword 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.
Public method GetContexts Retrieves all contexts of the search setting group where the context name contains the specified filter.
Public method GetFeaturedContent Retrieves all featured content of the search setting group where the featured content name contains the specified filter.
Public method GetFeaturedContentWithKeyword Retrieves all featured content of the search setting group that are associated with a keyword, i.e. are not global, and where the featured content name contains the specified filter.
Public method GetFeaturedContentWithoutKeyword 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.
Public method GetKeywords Retrieves all keywords of the search setting group where the keyword term contains the specified filter.
Public method GetPromotions Retrieves all promotions of the search setting group where the promotion name contains the specified filter.
Public method GetPromotionsWithKeyword Retrieves all promotions of the search setting group that are associated with a keyword, i.e. are not global, and where the promotion name contains the specified filter.
Public method GetPromotionsWithoutKeyword Retrieves all promotions of the search setting group that are not associated with a keyword, i.e. are global, and where the promotion name contains the specified filter.

Top

See Also

Reference

SearchSettingGroup Interface

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