Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTypeSavedNotification

    A notification that is used to trigger the IMediaTypeService when the Save method is called in the API, after the entities has been saved.

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

    Constructors

    View Source

    MediaTypeSavedNotification(IEnumerable<IMediaType>, EventMessages)

    Initializes a new instance of the MediaTypeSavedNotification.

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

    Gets the collection of saved IMediaType objects.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    MediaTypeSavedNotification(IMediaType, EventMessages)

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