Interface IDisabledHealthCheck
Namespace: Umbraco.Core.Configuration.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public interface IDisabledHealthCheck
Properties
View SourceDisabledBy
Declaration
int DisabledBy { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisabledOn
Declaration
DateTime DisabledOn { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |