Adds a new InSite Search Schema Exception.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- schema
- Type: Ingeniux.CMSISchema
Schema to add configuration entry for - include
- Type: SystemBoolean
Whether to include in searching indexing
Return Value
Type: ISearchSchemaExceptionNewly created InSite Search Schema Exception entry.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When the schema parameter is null. |
ArgumentException | When an exception for the given schema already exists. |
Remarks
If the schema parameter is null, an error isthrown.
If there is already an exception for this schema, an error is thrown.
See Also