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 SourceUserInstallData()
Declaration
public UserInstallData()
Properties
View SourceGets or sets the email address of the user.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the user.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Gets or sets the password for the user.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |