Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeRefreshedNotification

    Notification published when member types have been refreshed in the cache.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<ContentTypeChange<IMemberType>>>
    EnumerableObjectNotification<ContentTypeChange<IMemberType>>
    ContentTypeChangeNotification<IMemberType>
    ContentTypeRefreshNotification<IMemberType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    [Obsolete("This is only used for the internal cache and will change, use tree change notifications instead")]
    public class MemberTypeRefreshedNotification : ContentTypeRefreshNotification<IMemberType>, IStatefulNotification, INotification
    Remarks

    This notification is used internally for cache synchronization purposes. For normal member type operations, use tree change notifications instead.

    Constructors

    View Source

    MemberTypeRefreshedNotification(IEnumerable<ContentTypeChange<IMemberType>>, EventMessages)

    Initializes a new instance of the MemberTypeRefreshedNotification class with multiple member type changes.

    Declaration
    public MemberTypeRefreshedNotification(IEnumerable<ContentTypeChange<IMemberType>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<ContentTypeChange<IMemberType>> target

    The collection of member type changes that occurred.

    EventMessages messages

    The event messages collection.

    View Source

    MemberTypeRefreshedNotification(ContentTypeChange<IMemberType>, EventMessages)

    Initializes a new instance of the MemberTypeRefreshedNotification class with a single member type change.

    Declaration
    public MemberTypeRefreshedNotification(ContentTypeChange<IMemberType> target, EventMessages messages)
    Parameters
    Type Name Description
    ContentTypeChange<IMemberType> target

    The member type change that occurred.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX