Class StatefulNotification
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public abstract class StatefulNotification : IStatefulNotification, INotification
Properties
View SourceState
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> |