Interface IHealthChecks
Namespace: Umbraco.Core.Configuration.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public interface IHealthChecks
Properties
View SourceDisabledChecks
Declaration
IEnumerable<IDisabledHealthCheck> DisabledChecks { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDisabledHealthCheck> |
NotificationSettings
Declaration
IHealthCheckNotificationSettings NotificationSettings { get; }
Property Value
Type | Description |
---|---|
IHealthCheckNotificationSettings |