View Source
Class DeletedVersionsNotification<T>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class DeletedVersionsNotification<T> : DeletedVersionsNotificationBase<T>, IStatefulNotification, INotification where T : class
Type Parameters
Constructors
View Source
DeletedVersionsNotification(Int32, EventMessages, Int32, Boolean, DateTime)
Declaration
protected DeletedVersionsNotification(int id, EventMessages messages, int specificVersion = 0, bool deletePriorVersions = false, DateTime dateToRetain = null)
Parameters
| Type |
Name |
Description |
| System.Int32 |
id |
|
| EventMessages |
messages |
|
| System.Int32 |
specificVersion |
|
| System.Boolean |
deletePriorVersions |
|
| DateTime |
dateToRetain |
|