Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmptyingRecycleBinNotification<T>

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

    Constructors

    View Source

    EmptyingRecycleBinNotification(Nullable<IEnumerable<T>>, EventMessages)

    Declaration
    protected EmptyingRecycleBinNotification(IEnumerable<T>? deletedEntities, EventMessages messages)
    Parameters
    Type Name Description
    System.Nullable<IEnumerable<T>> deletedEntities
    EventMessages messages

    Properties

    View Source

    Cancel

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

    DeletedEntities

    Declaration
    public IEnumerable<T>? DeletedEntities { get; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<T>>
    View Source

    Messages

    Declaration
    public EventMessages Messages { get; }
    Property Value
    Type Description
    EventMessages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EmptyingRecycleBinNotification(Nullable<IEnumerable<T>>, EventMessages)
    • Properties
      • Cancel
      • DeletedEntities
      • Messages
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX