Class DisabledHealthCheckSettings
Typed configuration options for disabled healthcheck settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class DisabledHealthCheckSettings
Properties
View SourceDisabledBy
Gets or sets a value for Id of the user that disabled the healthcheck.
Declaration
public int DisabledBy { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisabledOn
Gets or sets a value for the date the healthcheck was disabled.
Declaration
public DateTime DisabledOn { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Gets or sets a value for the healthcheck Id to disable.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |