View Source
Interface IHealthCheckNotificationSettings
Assembly: Umbraco.Core.dll
Syntax
public interface IHealthCheckNotificationSettings
Properties
View Source
DisabledChecks
Declaration
IEnumerable<IDisabledHealthCheck> DisabledChecks { get; }
Property Value
View Source
Enabled
Declaration
Property Value
Type |
Description |
System.Boolean |
|
View Source
FirstRunTime
Declaration
string FirstRunTime { get; }
Property Value
Type |
Description |
System.String |
|
View Source
NotificationMethods
Declaration
IReadOnlyDictionary<string, INotificationMethod> NotificationMethods { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, INotificationMethod> |
|
View Source
PeriodInHours
Declaration
int PeriodInHours { get; }
Property Value
Type |
Description |
System.Int32 |
|