View Source
Class ElementEmptyingRecycleBinNotification
Assembly: Umbraco.Core.dll
Syntax
public class ElementEmptyingRecycleBinNotification : StatefulNotification, IStatefulNotification, ICancelableNotification, INotification
Constructors
View Source
ElementEmptyingRecycleBinNotification(EventMessages)
Declaration
public ElementEmptyingRecycleBinNotification(EventMessages messages)
Parameters
Properties
View Source
Cancel
Gets or sets a value indicating whether the operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
Description |
| bool |
true if the operation should be canceled; otherwise, false.
|
View Source
Messages
Declaration
public EventMessages Messages { get; }
Property Value