Show / Hide Table of Contents

Class SuperUserConfig

Inheritance
object
SuperUserConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class SuperUserConfig

Constructors

SuperUserConfig()

Declaration
public SuperUserConfig()

Properties

Email

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

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
string

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
string

Locale

Declaration
public string Locale { get; set; }
Property Value
Type Description
string

Password

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

UpdatePassword

Declaration
public bool UpdatePassword { get; set; }
Property Value
Type Description
bool

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS