Click or drag to resize

ISearchSchemaExclusion Interface


Interface that represents a schema exclusion in search, allowing certain content item schemas to be excluded from search.

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

The ISearchSchemaExclusion type exposes the following members.

Properties
  NameDescription
Public propertyPublishingTargetIDs
Gets/sets the list of publishing target Ids.
(Inherited from ISearchItemWithPubTargets.)
Public propertySchemaFriendlyName
Gets/sets the friendly name of the schema to exclude.
Public propertySchemaRootName
Gets/sets the root name of the schema to exclude.
Top
See Also