ISearchExclusionAndBoostBaseBoosts Property
|
Gets/sets a list of search boosts, represented as
ISearchBoost.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax List<ISearchBoost> Boosts { get; set; }
Property Boosts As List(Of ISearchBoost)
Get
Set
property List<ISearchBoost^>^ Boosts {
List<ISearchBoost^>^ get ();
void set (List<ISearchBoost^>^ value);
}
abstract Boosts : List<ISearchBoost> with get, set
Property Value
Type:
ListISearchBoostSee Also