Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeRefreshNotification<T>

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<ContentTypeChange<T>>>
    EnumerableObjectNotification<ContentTypeChange<T>>
    ContentTypeChangeNotification<T>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ContentTypeRefreshNotification<T> : ContentTypeChangeNotification<T>, IStatefulNotification, INotification where T : class, IContentTypeComposition
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    ContentTypeRefreshNotification(IEnumerable<ContentTypeChange<T>>, EventMessages)

    Declaration
    protected ContentTypeRefreshNotification(IEnumerable<ContentTypeChange<T>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<ContentTypeChange<T>> target
    EventMessages messages
    View Source

    ContentTypeRefreshNotification(ContentTypeChange<T>, EventMessages)

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