Class EntityContainerDeletedNotification
Notification published after entity containers (folders) have been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class EntityContainerDeletedNotification : DeletedNotification<EntityContainer>, IStatefulNotification, INotification
Remarks
Entity containers are used to organize content types, media types, and data types into folders. This notification is published after a container has been deleted.
Constructors
View SourceEntityContainerDeletedNotification(EntityContainer, EventMessages)
Initializes a new instance of the EntityContainerDeletedNotification class.
Declaration
public EntityContainerDeletedNotification(EntityContainer target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityContainer | target | The entity container that was deleted. |
| EventMessages | messages | The event messages collection. |