View Source
Class CacheRefresherNotification
Base class for cache refresher notifications
Inheritance
System.Object
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 |
System.Object |
messageObject |
|
MessageType |
messageType |
|
Properties
View Source
MessageObject
Declaration
public object MessageObject { get; }
Property Value
Type |
Description |
System.Object |
|
View Source
MessageType
Declaration
public MessageType MessageType { get; }
Property Value