Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserSettingsPresentationModel

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

    Properties

    View Source

    ConsentLevels

    Declaration
    public IEnumerable<ConsentLevelPresentationModel> ConsentLevels { get; set; }
    Property Value
    Type Description
    IEnumerable<ConsentLevelPresentationModel>
    View Source

    MinCharLength

    Declaration
    public int MinCharLength { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    MinNonAlphaNumericLength

    Declaration
    public int MinNonAlphaNumericLength { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ConsentLevels
      • MinCharLength
      • MinNonAlphaNumericLength
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX