Promotion Members
Include Protected Members
Include Inherited Members
Represents a promotion. A promotion may be used to promote specific kinds of items or locations so that the item or location reaches a higher rank position in the result set of a query. A promotion may also be used to demote documents to fall to a lower rank position. Such promotions are called demotions.
The Promotion type exposes the following members.
Properties
Name | Description | |
---|---|---|
BoostValue | Gets or sets the boost value, used to boost the promoted items. | |
Contexts | Gets all contexts which are attached to the search setting. (Inherited from SearchSetting.) | |
Description | Gets or sets the description. (Inherited from Describable.) | |
EndDate | Gets or sets the date to which of the search setting is valid. (Inherited from SearchSetting.) | |
Group | Gets the search setting group which the search setting belongs to. (Inherited from SearchSetting.) | |
Id | Gets or sets the identity of the object. (Inherited from Identifiable.) | |
Keyword | Gets the keyword to which the search setting belongs. This is undefined if the search setting does not depend on a keyword, i.e. is global. (Inherited from SearchSetting.) | |
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.) | |
PromotedItems | Gets the collection of promoted items. | |
StartDate | Gets or sets the date from which of the search setting is valid. (Inherited from SearchSetting.) |
Top
Methods
Name | Description | |
---|---|---|
AttachContext | Attaches a context to the search setting. (Inherited from SearchSetting.) | |
CompareTo | (Inherited from IComparable<Promotion>.) | |
DetachContext | Detaches a context from the search setting. (Inherited from SearchSetting.) | |
DetachContexts | Detaches all contexts from the search setting. (Inherited from SearchSetting.) |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace