IPublishingManagerRemoveSearchFieldGlobalException Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveSearchFieldGlobalException(
ISearchFieldException fieldGlobalException
)
Function RemoveSearchFieldGlobalException (
fieldGlobalException As ISearchFieldException
) As Boolean
bool RemoveSearchFieldGlobalException(
ISearchFieldException^ fieldGlobalException
)
abstract RemoveSearchFieldGlobalException :
fieldGlobalException : ISearchFieldException -> bool Parameters
- fieldGlobalException ISearchFieldException
- The InSite Search field exception to remove from collection
Return Value
BooleanTrue if "fieldGlobalException" is not null and exists in colleciton. Otherwise, this method returns false.
See Also