Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserInstallData

    Represents the user data provided during the installation process.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserInstallData

    Constructors

    View Source

    UserInstallData()

    Declaration
    public UserInstallData()

    Properties

    View Source

    Email

    Gets or sets the email address of the user.

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

    Name

    Gets or sets the name of the user.

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

    Password

    Gets or sets the password for the user.

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

    SubscribeToNewsletter

    Gets or sets a value indicating whether the user wants to subscribe to the newsletter.

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