Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeChangedNotification

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

    Constructors

    View Source

    ContentTypeChangedNotification(IEnumerable<ContentTypeChange<IContentType>>, EventMessages)

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

    ContentTypeChangedNotification(ContentTypeChange<IContentType>, EventMessages)

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