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