Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaMovedToRecycleBinNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<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<MoveEventInfo<IMedia>>, EventMessages)

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

    MediaMovedToRecycleBinNotification(MoveEventInfo<IMedia>, EventMessages)

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