Show contents 

Metabase > Metabase Assembly Interfaces > ISaveMetabaseObjectHandlers > ISaveMetabaseObjectHandlers.RemoveByClassId

ISaveMetabaseObjectHandlers.RemoveByClassId

Syntax

RemoveByClassId(ClassId: MetabaseObjectClass): Boolean;

Parameters

ClassId. Repository object class, for which metadata change event handler is created.

Description

The RemoveByClassId method removes the event handler for the specified object class from the collection.

Comments

The method returns True if removal was successful, and False if removal was impossible due to some reason.

See also:

ISaveMetabaseObjectHandlers