View Source
Class DeletingVersionsNotification<T>
Assembly: Umbraco.Core.dll
Syntax
public abstract class DeletingVersionsNotification<T> : DeletedVersionsNotificationBase<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
Type Parameters
Constructors
View Source
DeletingVersionsNotification(int, EventMessages, int, bool, DateTime)
Declaration
protected DeletingVersionsNotification(int id, EventMessages messages, int specificVersion = 0, bool deletePriorVersions = false, DateTime dateToRetain = default)
Parameters
| Type |
Name |
Description |
| int |
id |
|
| EventMessages |
messages |
|
| int |
specificVersion |
|
| bool |
deletePriorVersions |
|
| DateTime |
dateToRetain |
|
Properties
View Source
Cancel
Declaration
public bool Cancel { get; set; }
Property Value