Class MemberRefreshNotification
Notification published when a member needs to be refreshed in the cache.
Inheritance
object
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 SourceMemberRefreshNotification(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. |