Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConsentLevelPresentationModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Installer
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ConsentLevelPresentationModel

    Properties

    View Source

    Description

    Declaration
    [Required]
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Level

    Declaration
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public TelemetryLevel Level { get; set; }
    Property Value
    Type Description
    TelemetryLevel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Description
      • Level
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX