Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTypeMovedNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IMediaType>>>
    MovedNotification<IMediaType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MediaTypeMovedNotification : MovedNotification<IMediaType>, IStatefulNotification, INotification

    Constructors

    View Source

    MediaTypeMovedNotification(IEnumerable<MoveEventInfo<IMediaType>>, EventMessages)

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

    MediaTypeMovedNotification(MoveEventInfo<IMediaType>, EventMessages)

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