Click or drag to resize

ISearchFieldsConfig Interface


Interface that represents search fields configuration.

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

The ISearchFieldsConfig type exposes the following members.

Properties
  NameDescription
Public propertyBoosts
Gets/sets a list of search boosts, represented as ISearchBoost.
(Inherited from ISearchExclusionAndBoostBase.)
Public propertyExclusions
Gets/sets a list of search exclusions, represented as ISearchExclusion.
(Inherited from ISearchExclusionAndBoostBase.)
Top
Methods
  NameDescription
Public methodSerialize
Gets/sets the XML serialization of the element.
Top
See Also