Class PortalConfig
Assembly: DotNetNuke.dll
Syntax
public class PortalConfig
Constructors
PortalConfig()
Declaration
Properties
AdminEmail
Declaration
public string AdminEmail { get; set; }
Property Value
AdminFirstName
Declaration
public string AdminFirstName { get; set; }
Property Value
AdminLastName
Declaration
public string AdminLastName { get; set; }
Property Value
AdminPassword
Declaration
public string AdminPassword { get; set; }
Property Value
AdminUserName
Declaration
public string AdminUserName { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
HomeDirectory
Declaration
public string HomeDirectory { get; set; }
Property Value
IsChild
Declaration
public bool IsChild { get; set; }
Property Value
IsSsl
Declaration
public bool IsSsl { get; set; }
Property Value
Keywords
Declaration
public string Keywords { get; set; }
Property Value
PortAliases
Declaration
public IList<string> PortAliases { get; set; }
Property Value
PortalName
Declaration
public string PortalName { get; set; }
Property Value
TemplateFileName
Declaration
public string TemplateFileName { get; set; }
Property Value
Extension Methods