Class UserSettingsModel
Represents the user-related settings available during installation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Installer
Assembly: Umbraco.Core.dll
Syntax
public class UserSettingsModel
Constructors
View SourceUserSettingsModel()
Declaration
public UserSettingsModel()
Properties
View SourceConsentLevels
Gets or sets the collection of consent levels for telemetry.
Declaration
public IEnumerable<ConsentLevelModel> ConsentLevels { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ConsentLevelModel> |
PasswordSettings
Gets or sets the password settings configuration.
Declaration
public PasswordSettingsModel PasswordSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| PasswordSettingsModel |