Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaEmptiedRecycleBinNotification

    Notification published after the media recycle bin has been emptied.

    Inheritance
    object
    StatefulNotification
    EmptiedRecycleBinNotification<IMedia>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MediaEmptiedRecycleBinNotification : EmptiedRecycleBinNotification<IMedia>, IStatefulNotification, INotification
    Remarks

    This notification is published after all media items in the recycle bin have been permanently deleted.

    Constructors

    View Source

    MediaEmptiedRecycleBinNotification(IEnumerable<IMedia>, EventMessages)

    Initializes a new instance of the MediaEmptiedRecycleBinNotification class.

    Declaration
    public MediaEmptiedRecycleBinNotification(IEnumerable<IMedia> deletedEntities, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IMedia> deletedEntities

    The media items that were permanently deleted.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX