Click or drag to resize

ISearchConfigSetting Interface


Interface that represents a single search config setting.

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

The ISearchConfigSetting type exposes the following members.

Properties
  NameDescription
Public propertyKey
Gets/sets the search config setting key.
Public propertyPublishingTargetIDs
Gets/sets the list of publishing target Ids.
(Inherited from ISearchItemWithPubTargets.)
Public propertyValue
Gets/sets the search config setting value.
Top
See Also