View Source
Class DeletedVersionsNotificationBase<T>
Assembly: Umbraco.Core.dll
Syntax
public abstract class DeletedVersionsNotificationBase<T> : StatefulNotification, IStatefulNotification, INotification where T : class
Type Parameters
Constructors
View Source
DeletedVersionsNotificationBase(int, EventMessages, int, bool, DateTime)
Declaration
protected DeletedVersionsNotificationBase(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
DateToRetain
Declaration
public DateTime DateToRetain { get; }
Property Value
| Type |
Description |
| DateTime |
|
View Source
DeletePriorVersions
Declaration
public bool DeletePriorVersions { get; }
Property Value
View Source
Id
Declaration
Property Value
View Source
Messages
Declaration
public EventMessages Messages { get; }
Property Value
View Source
SpecificVersion
Declaration
public int SpecificVersion { get; }
Property Value