Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Install.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "user", Namespace = "")]
    public class UserModel

    Properties

    View Source

    Email

    Declaration
    [DataMember(Name = "email")]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Password

    Declaration
    [DataMember(Name = "password")]
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SubscribeToNewsLetter

    Declaration
    [DataMember(Name = "subscribeToNewsLetter")]
    public bool SubscribeToNewsLetter { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    TelemetryLevel

    Declaration
    [DataMember(Name = "telemetryLevel")]
    public TelemetryLevel TelemetryLevel { get; set; }
    Property Value
    Type Description
    TelemetryLevel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Email
      • Name
      • Password
      • SubscribeToNewsLetter
      • TelemetryLevel
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX