IPublishingManagerRemoveSearchSchemaException Method (ISchema)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void RemoveSearchSchemaException(
ISchema schema
)
Sub RemoveSearchSchemaException (
schema As ISchema
)
void RemoveSearchSchemaException(
ISchema^ schema
)
abstract RemoveSearchSchemaException :
schema : ISchema -> unit
Parameters
- schema
- Type: Ingeniux.CMSISchema
Schema whose schema exception is to be removed
See Also