Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaMovedToRecycleBinNotification

    A notification that is used to trigger the IMediaService when the MoveToRecycleBin method is called in the API, after the media object has been moved to the RecycleBin.

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

    Constructors

    View Source

    MediaMovedToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IMedia>>, EventMessages)

    Declaration
    public MediaMovedToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IMedia>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveToRecycleBinEventInfo<IMedia>> target
    EventMessages messages
    View Source

    MediaMovedToRecycleBinNotification(MoveToRecycleBinEventInfo<IMedia>, EventMessages)

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