IPublishingManagerAddSearchSchemaException Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISearchSchemaException 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 ISchema
- Schema to add configuration entry for
- include Boolean
- Whether to include in searching indexing
Return Value
ISearchSchemaExceptionNewly created InSite Search
Schema Exception entry.
Exceptions
RemarksIf the schema parameter is null, an error isthrown.
If there is already an exception for this schema, an error is thrown.
See Also