Class PortalConfig
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Inheritance
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class PortalConfig : object
Constructors
| Improve this Doc View SourcePortalConfig()
Initializes a new instance of the PortalConfig class.
Declaration
public PortalConfig()
Properties
| Improve this Doc View SourceAdminEmail
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string AdminEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdminFirstName
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string AdminFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdminLastName
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string AdminLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdminPassword
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string AdminPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdminUserName
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string AdminUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HomeDirectory
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string HomeDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsChild
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public bool IsChild { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSsl
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public bool IsSsl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Keywords
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortAliases
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public IList<string> PortAliases { get; set; }
Property Value
Type | Description |
---|---|
IList<System.String> |
PortalName
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string PortalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateFileName
PortalConfig - A class that represents Install/DotNetNuke.Install.Config/Portals/Portal.
Declaration
public string TemplateFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |