Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaMovingNotification

    A notification that is used to trigger the IMediaService when the Move method is called in the API. NOTE: If the target parent is the Recycle bin, this notification is never published. Try the MediaMovingToRecycleBinNotification instead.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IMedia>>>
    CancelableObjectNotification<IEnumerable<MoveEventInfo<IMedia>>>
    MovingNotification<IMedia>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MediaMovingNotification : MovingNotification<IMedia>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    MediaMovingNotification(IEnumerable<MoveEventInfo<IMedia>>, EventMessages)

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

    MediaMovingNotification(MoveEventInfo<IMedia>, EventMessages)

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