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 SourceAcceptableConfiguration()
Declaration
public AcceptableConfiguration()
Properties
View SourceIsRecommended
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 |
Value
Gets or sets the acceptable configuration value.
Declaration
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |