Click or drag to resize

ISearchSchemaDefinition Interface


Interface that represents a schema search definition.

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

The ISearchSchemaDefinition type exposes the following members.

Properties
  NameDescription
Public propertyBoosts
Gets/sets a list of search boosts, represented as ISearchBoost.
(Inherited from ISearchExclusionAndBoostBase.)
Public propertyBoostValue
Gets/sets the value by which to boost this search.
Public propertyExclusions
Gets/sets a list of search exclusions, represented as ISearchExclusion.
(Inherited from ISearchExclusionAndBoostBase.)
Public propertyPublishingTargetIDs
Gets/sets the list of publishing target Ids.
(Inherited from ISearchItemWithPubTargets.)
Public propertySchemaFriendlyName
Gets/sets the human-friendly name of the schema.
Public propertySchemaRootName
Gets/sets the root name of the schema (i.e. its tag name).
Top
See Also