Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheRefresherNotification

    Base class for cache refresher notifications

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.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
    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
    Type Description
    MessageType
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CacheRefresherNotification(Object, MessageType)
    • Properties
      • MessageObject
      • MessageType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX