Search Results for

    Show / Hide Table of Contents
    View Source

    Class StatefulNotification

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class StatefulNotification : IStatefulNotification, INotification

    Properties

    View Source

    State

    This can be used by event subscribers to store state in the notification so they easily deal with custom state data between a starting ("ing") and an ending ("ed") notification

    Declaration
    public IDictionary<string, object?> State { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX