Class ConsentLevelModel
Represents a telemetry consent level option available during installation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Installer
Assembly: Umbraco.Core.dll
Syntax
public class ConsentLevelModel
Constructors
View SourceConsentLevelModel()
Declaration
public ConsentLevelModel()
Properties
View SourceDescription
Gets or sets the description of the telemetry level.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Level
Gets or sets the telemetry level.
Declaration
public TelemetryLevel Level { get; set; }
Property Value
| Type | Description |
|---|---|
| TelemetryLevel |