IPublishingManagerRemoveSearchFieldGlobalException Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference