Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmptiedRecycleBinNotification<T>

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

    Constructors

    View Source

    EmptiedRecycleBinNotification(IEnumerable<T>, EventMessages)

    Declaration
    protected EmptiedRecycleBinNotification(IEnumerable<T> deletedEntities, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<T> deletedEntities
    EventMessages messages

    Properties

    View Source

    DeletedEntities

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

    Messages

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