Search Results for

    Show / Hide Table of Contents
    View Source

    Class AcceptableConfiguration

    Represents an acceptable configuration value for a health check.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    public class AcceptableConfiguration

    Constructors

    View Source

    AcceptableConfiguration()

    Declaration
    public AcceptableConfiguration()

    Properties

    View Source

    IsRecommended

    Gets or sets a value indicating whether this configuration value is the recommended setting.

    Declaration
    public bool IsRecommended { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Value

    Gets or sets the acceptable configuration value.

    Declaration
    public string? Value { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX