View Source
Class CacheRefresherNotification
Base class for cache refresher notifications
Assembly: Umbraco.Core.dll
Syntax
public abstract class CacheRefresherNotification : INotification
Constructors
View Source
CacheRefresherNotification(object, MessageType)
Declaration
public CacheRefresherNotification(object messageObject, MessageType messageType)
Parameters
| Type |
Name |
Description |
| object |
messageObject |
|
| MessageType |
messageType |
|
Properties
View Source
MessageObject
Declaration
public object MessageObject { get; }
Property Value
View Source
MessageType
Declaration
public MessageType MessageType { get; }
Property Value