Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTypeRefreshedNotification

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

    Constructors

    View Source

    MediaTypeRefreshedNotification(IEnumerable<ContentTypeChange<IMediaType>>, EventMessages)

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

    MediaTypeRefreshedNotification(ContentTypeChange<IMediaType>, EventMessages)

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