Click or drag to resize

IPublishingManagerRemoveSearchFieldGlobalException Method


Removes a InSite Search Field Exception that applies to all page types.

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

Parameters

fieldGlobalException  ISearchFieldException
The InSite Search field exception to remove from collection

Return Value

Boolean
True if "fieldGlobalException" is not null and exists in colleciton. Otherwise, this method returns false.
See Also