Show / Hide Table of Contents

Class PortalConfig

Inheritance
object
PortalConfig
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 PortalConfig

Constructors

PortalConfig()

Declaration
public PortalConfig()

Properties

AdminEmail

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

AdminFirstName

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

AdminLastName

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

AdminPassword

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

AdminUserName

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

Description

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

HomeDirectory

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

IsChild

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

IsSsl

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

Keywords

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

PortAliases

Declaration
public IList<string> PortAliases { get; set; }
Property Value
Type Description
IList<string>

PortalName

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

TemplateFileName

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

Extension Methods

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