Click or drag to resize

ISearchExclusion Interface


Interface that represents search field exclusions, allowing certain content item fields to be excluded from InSite Search.

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

The ISearchExclusion type exposes the following members.

Properties
 NameDescription
Public propertyFieldName Gets/sets field name to exclude from search.
Public propertyPublishingTargetIDs Gets/sets the list of publishing target Ids.
(Inherited from ISearchItemWithPubTargets)
Top
See Also