IPublishingManagerRemoveSearchSchemaException Method (ISearchSchemaException)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveSearchSchemaException(
ISearchSchemaException fieldGlobalException
)
Function RemoveSearchSchemaException (
fieldGlobalException As ISearchSchemaException
) As Boolean
bool RemoveSearchSchemaException(
ISearchSchemaException^ fieldGlobalException
)
abstract RemoveSearchSchemaException :
fieldGlobalException : ISearchSchemaException -> bool
Parameters
- fieldGlobalException
- Type: Ingeniux.CMSISearchSchemaException
The schema exception entry to remove
Return Value
Type:
BooleanTrue if the fieldGlobalException parameter is not null and exists in the collection. Otherwise, this method returns false.
See Also