Interface IStatefulNotification
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public interface IStatefulNotification : INotification
Properties
View SourceState
Declaration
IDictionary<string, object> State { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> |