Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeChangedNotification

    A notification that is published when a ContentType is saved or deleted, after the transaction has completed. This is mainly used for caching purposes, and generally not recommended. Use ContentTypeSavedNotification and ContentTypeDeletedNotification instead.

    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
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX
    OSZAR »