Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberRefreshNotification

    Notification published when a member needs to be refreshed in the cache.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IMember>
    EntityRefreshNotification<IMember>
    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 MemberRefreshNotification : EntityRefreshNotification<IMember>, IStatefulNotification, INotification
    Remarks

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

    Constructors

    View Source

    MemberRefreshNotification(IMember, EventMessages)

    Initializes a new instance of the MemberRefreshNotification class.

    Declaration
    public MemberRefreshNotification(IMember target, EventMessages messages)
    Parameters
    Type Name Description
    IMember target

    The member to refresh.

    EventMessages messages

    The event messages collection.

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