Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ConsentLevelModel()

    Declaration
    public ConsentLevelModel()

    Properties

    View Source

    Description

    Gets or sets the description of the telemetry level.

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

    Level

    Gets or sets the telemetry level.

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