Click or drag to resize

ISearchExclusionAndBoostBase Interface


Base interface to represent search exclusions and boosts.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface ISearchExclusionAndBoostBase

The ISearchExclusionAndBoostBase type exposes the following members.

Properties
  NameDescription
Public propertyBoosts
Gets/sets a list of search boosts, represented as ISearchBoost.
Public propertyExclusions
Gets/sets a list of search exclusions, represented as ISearchExclusion.
Top
See Also