Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DisabledBy

    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
    View Source

    DisabledOn

    Gets or sets a value for the date the healthcheck was disabled.

    Declaration
    public DateTime DisabledOn { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Id

    Gets or sets a value for the healthcheck Id to disable.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisabledBy
      • DisabledOn
      • Id
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX