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