Class ContentEmptiedRecycleBinNotification
A notification that is used to trigger the IContentService when the EmptyRecycleBin method is called in the API, after the RecycleBin has been deleted.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentEmptiedRecycleBinNotification : EmptiedRecycleBinNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentEmptiedRecycleBinNotification(IEnumerable<IContent>, EventMessages)
Initializes a new instance of the ContentEmptyingRecycleBinNotification
Declaration
public ContentEmptiedRecycleBinNotification(IEnumerable<IContent> deletedEntities, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent> | deletedEntities | The collection of deleted IContent object. |
EventMessages | messages | Initializes a new instance of the EventMessages. |