Click or drag to resize

IPublishingManagerRemoveSearchSchemaException(ISearchSchemaException) Method


Removes a InSite Search Schema Exception entry.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveSearchSchemaException(
	ISearchSchemaException fieldGlobalException
)

Parameters

fieldGlobalException  ISearchSchemaException
The schema exception entry to remove

Return Value

Boolean
True if the fieldGlobalException parameter is not null and exists in the collection. Otherwise, this method returns false.
See Also