Class ContentMovingToRecycleBinNotification
A notification that is used to trigger the IContentService when the MoveToRecycleBin method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentMovingToRecycleBinNotification : MovingToRecycleBinNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceContentMovingToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IContent>>, EventMessages)
Declaration
public ContentMovingToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IContent>> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<MoveToRecycleBinEventInfo<IContent>> | target | |
EventMessages | messages |
ContentMovingToRecycleBinNotification(MoveToRecycleBinEventInfo<IContent>, EventMessages)
Declaration
public ContentMovingToRecycleBinNotification(MoveToRecycleBinEventInfo<IContent> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
MoveToRecycleBinEventInfo<IContent> | target | |
EventMessages | messages |