Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeletedVersionsNotification<T>

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

    Constructors

    View Source

    DeletedVersionsNotification(int, EventMessages, int, bool, DateTime)

    Declaration
    protected DeletedVersionsNotification(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
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX