Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserInstallRequestModel

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

    Properties

    View Source

    Email

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

    Name

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

    Password

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

    SubscribeToNewsletter

    Declaration
    public bool SubscribeToNewsletter { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Email
      • Name
      • Password
      • SubscribeToNewsletter
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX