Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeletedVersionsNotificationBase<T>

    Inheritance
    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(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
    Type Description
    bool
    View Source

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int
    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
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX