Click or drag to resize

ISearchSchemasConfig Interface


Interface that represents search schema configuration, allowing for schema exclusions.

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

The ISearchSchemasConfig type exposes the following members.

Properties
  NameDescription
Public propertyDefinitions
Gets/sets the schema definitions, represented as ISearchSchemaDefinition.
Public propertyExclusions
Gets/sets the excluded schemas, represented as ISearchSchemaExclusion.
Top
Methods
  NameDescription
Public methodSerialize
Gets/sets the XML serialization of the search schema config.
Top
See Also