SearchSettingGroup Members
Include Protected Members
Include Inherited Members
Represents a search setting group.
The SearchSettingGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
BestBets | Retrieves all best bets of the search setting group. | |
BestBetsWithKeyword | Retrieves all best bets of the search setting group that are associated with a keyword, i.e. are not global. | |
BestBetsWithoutKeyword | Retrieves all best bets of the search setting group that are not associated with a keyword, i.e. are global. | |
Contexts | Retrieves all contexts of the search setting group. | |
Description | Gets or sets the description. (Inherited from Describable.) | |
FeaturedContent | Retrieves all featured content of the search setting group. | |
FeaturedContentWithKeyword | Retrieves all featured content of the search setting group that are associated with a keyword, i.e. are not global. | |
FeaturedContentWithoutKeyword | Retrieves all featured content of the search setting group that are not associated with a keyword, i.e. are global. | |
Id | Gets or sets the identity of the object. (Inherited from Identifiable.) | |
Keywords | Retrieves all keywords of the search setting group. | |
LastChanged | Gets or sets the date of the last changed field. (Inherited from Identifiable.) | |
Name | Gets or sets the name of the domain object. (Inherited from Describable.) | |
Promotions | Retrieves all promotions of the search setting group. | |
PromotionsWithKeyword | Retrieves all promotions of the search setting group that are associated with a keyword, i.e. are not global. | |
PromotionsWithoutKeyword | Retrieves all promotions of the search setting group that are not associated with a keyword, i.e. are global. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | (Inherited from IComparable<SearchSettingGroup>.) | |
GetBestBets | Retrieves all best bets of the search setting group where the best bet name contains the specified filter. | |
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. | |
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. | |
GetContexts | Retrieves all contexts of the search setting group where the context name contains the specified filter. | |
GetFeaturedContent | Retrieves all featured content of the search setting group where the featured content name contains the specified filter. | |
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. | |
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. | |
GetKeywords | Retrieves all keywords of the search setting group where the keyword term contains the specified filter. | |
GetPromotions | Retrieves all promotions of the search setting group where the promotion name contains the specified filter. | |
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. | |
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
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace