Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeletedVersionsNotificationBase<T>

    Inheritance
    System.Object
    StatefulNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class DeletedVersionsNotificationBase<T> : StatefulNotification, IStatefulNotification, INotification where T : class
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    DeletedVersionsNotificationBase(Int32, EventMessages, Int32, Boolean, DateTime)

    Declaration
    protected DeletedVersionsNotificationBase(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

    Properties

    View Source

    DateToRetain

    Declaration
    public DateTime DateToRetain { get; }
    Property Value
    Type Description
    DateTime
    View Source

    DeletePriorVersions

    Declaration
    public bool DeletePriorVersions { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Messages

    Declaration
    public EventMessages Messages { get; }
    Property Value
    Type Description
    EventMessages
    View Source

    SpecificVersion

    Declaration
    public int SpecificVersion { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DeletedVersionsNotificationBase(Int32, EventMessages, Int32, Boolean, DateTime)
    • Properties
      • DateToRetain
      • DeletePriorVersions
      • Id
      • Messages
      • SpecificVersion
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX