Class ContentEmptiedRecycleBinNotification
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentEmptiedRecycleBinNotification : EmptiedRecycleBinNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentEmptiedRecycleBinNotification(IEnumerable<IContent>, EventMessages)
Declaration
public ContentEmptiedRecycleBinNotification(IEnumerable<IContent> deletedEntities, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent> | deletedEntities | |
EventMessages | messages |