Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTypeDeletingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IMediaType>>
    CancelableObjectNotification<IEnumerable<IMediaType>>
    CancelableEnumerableObjectNotification<IMediaType>
    DeletingNotification<IMediaType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MediaTypeDeletingNotification : DeletingNotification<IMediaType>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    MediaTypeDeletingNotification(IEnumerable<IMediaType>, EventMessages)

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

    MediaTypeDeletingNotification(IMediaType, EventMessages)

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