Search Results for

    Show / Hide Table of Contents
    View Source

    Class StatefulNotification

    Inheritance
    System.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<System.String, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • State
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX