Interface ICancelableNotification
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public interface ICancelableNotification : INotification
Properties
View SourceCancel
Declaration
bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |