Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaDeletedNotification

    A notification that is used to trigger the IMediaService when the Delete and EmptyRecycleBin methods are called in the API, after the media has been deleted.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IMedia>>
    EnumerableObjectNotification<IMedia>
    DeletedNotification<IMedia>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MediaDeletedNotification : DeletedNotification<IMedia>, IStatefulNotification, INotification

    Constructors

    View Source

    MediaDeletedNotification(IMedia, EventMessages)

    Declaration
    public MediaDeletedNotification(IMedia target, EventMessages messages)
    Parameters
    Type Name Description
    IMedia target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaDeletedNotification(IMedia, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX