Class InstallConfig
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Inheritance
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class InstallConfig : object
Constructors
| Improve this Doc View SourceInstallConfig()
Initializes a new instance of the InstallConfig class.
Declaration
public InstallConfig()
Properties
| Improve this Doc View SourceConnection
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public ConnectionConfig Connection { get; set; }
Property Value
Type | Description |
---|---|
ConnectionConfig |
FolderMappingsSettings
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public string FolderMappingsSettings { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstallCulture
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public string InstallCulture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
License
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public LicenseConfig License { get; set; }
Property Value
Type | Description |
---|---|
LicenseConfig |
Portals
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public IList<PortalConfig> Portals { get; set; }
Property Value
Type | Description |
---|---|
IList<PortalConfig> |
Scripts
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public IList<string> Scripts { get; set; }
Property Value
Type | Description |
---|---|
IList<System.String> |
Settings
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public IList<HostSettingConfig> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<HostSettingConfig> |
SuperUser
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public SuperUserConfig SuperUser { get; set; }
Property Value
Type | Description |
---|---|
SuperUserConfig |
SupportLocalization
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public bool SupportLocalization { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Version
InstallConfig - A class that represents DotNetNuke.Install.Config XML configuration file TODO This class may not capture all the details from the config file.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |