IPublishingManagerAddSearchSchemaException Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISearchSchemaException AddSearchSchemaException(
ISchema schema,
bool include
)
Function AddSearchSchemaException (
schema As ISchema,
include As Boolean
) As ISearchSchemaException
ISearchSchemaException^ AddSearchSchemaException(
ISchema^ schema,
bool include
)
abstract AddSearchSchemaException :
schema : ISchema *
include : bool -> ISearchSchemaException
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 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