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