Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeletingVersionsNotification<T>

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

    Constructors

    View Source

    DeletingVersionsNotification(Int32, EventMessages, Int32, Boolean, DateTime)

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

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DeletingVersionsNotification(Int32, EventMessages, Int32, Boolean, DateTime)
    • Properties
      • Cancel
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX