Class UserInstallData
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Installer
Assembly: Umbraco.Core.dll
Syntax
public class UserInstallData
Properties
View SourceDeclaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubscribeToNewsletter
Declaration
public bool SubscribeToNewsletter { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |