Class MediaEmptiedRecycleBinNotification
Notification published after the media recycle bin has been emptied.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class MediaEmptiedRecycleBinNotification : EmptiedRecycleBinNotification<IMedia>, IStatefulNotification, INotification
Remarks
This notification is published after all media items in the recycle bin have been permanently deleted.
Constructors
View SourceMediaEmptiedRecycleBinNotification(IEnumerable<IMedia>, EventMessages)
Initializes a new instance of the MediaEmptiedRecycleBinNotification class.
Declaration
public MediaEmptiedRecycleBinNotification(IEnumerable<IMedia> deletedEntities, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IMedia> | deletedEntities | The media items that were permanently deleted. |
| EventMessages | messages | The event messages collection. |