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.5.94
Syntax
bool RemoveSearchFieldGlobalException(
	ISearchFieldException fieldGlobalException
)

Parameters

fieldGlobalException
Type: Ingeniux.CMSISearchFieldException
The InSite Search field exception to remove from collection

Return Value

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