Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmptyingRecycleBinNotification<T>

    Inheritance
    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(IEnumerable<T>?, EventMessages)

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

    Properties

    View Source

    Cancel

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