View Source
Interface INotificationMethod
Assembly: Umbraco.Core.dll
Syntax
public interface INotificationMethod
Properties
View Source
Alias
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
Enabled
Declaration
Property Value
Type |
Description |
System.Boolean |
|
View Source
FailureOnly
Declaration
bool FailureOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Settings
Declaration
IReadOnlyDictionary<string, INotificationMethodSettings> Settings { get; }
Property Value
View Source
Verbosity
Declaration
HealthCheckNotificationVerbosity Verbosity { get; }
Property Value