Class SuperUserConfig
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Inheritance
System.Object
SuperUserConfig
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class SuperUserConfig : object
Properties
| Improve this Doc View SourceSuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locale
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdatePassword
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public bool UpdatePassword { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserName
SuperUserConfig - A class that represents Install/DotNetNuke.Install.Config/SuperUser.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |