Interface IInstallController
Interface for InstallController. This Interface is meant for Internal use only.
Assembly: DotNetNuke.dll
Syntax
public interface IInstallController
Properties
|
Improve this Doc
View Source
InstallerLogName
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
string InstallerLogName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetConnectionFromWebConfig()
GetConnectionFromWebConfig - Returns Connection Configuration in web.config file.
Declaration
ConnectionConfig GetConnectionFromWebConfig()
Returns
Type |
Description |
ConnectionConfig |
ConnectionConfig object. Null if information is not present in the config file.
|
|
Improve this Doc
View Source
GetCultureFromCookie()
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
CultureInfo GetCultureFromCookie()
Returns
Type |
Description |
CultureInfo |
|
|
Improve this Doc
View Source
GetCurrentLanguage()
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
CultureInfo GetCurrentLanguage()
Returns
Type |
Description |
CultureInfo |
|
|
Improve this Doc
View Source
GetInstallConfig()
GetInstallConfig - Returns configuration stored in DotNetNuke.Install.Config.
Declaration
InstallConfig GetInstallConfig()
Returns
Type |
Description |
InstallConfig |
ConnectionConfig object. Null if information is not present in the config file.
|
|
Improve this Doc
View Source
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
bool IsAbleToPerformDatabaseActions(string connectionString)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsAvailableLanguagePack(String)
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
bool IsAvailableLanguagePack(string cultureCode)
Parameters
Type |
Name |
Description |
System.String |
cultureCode |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSqlServerDbo()
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidDotNetVersion()
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
bool IsValidDotNetVersion()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidSqlServerVersion(String)
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
bool IsValidSqlServerVersion(string connectionString)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemoveFromInstallConfig(String)
RemoveFromInstallConfig - Removes the specified XML Node from the InstallConfig.
Declaration
void RemoveFromInstallConfig(string xmlNodePath)
Parameters
Type |
Name |
Description |
System.String |
xmlNodePath |
|
|
Improve this Doc
View Source
SetInstallConfig(InstallConfig)
SetInstallConfig - Saves configuration n DotNetNuke.Install.Config.
Declaration
void SetInstallConfig(InstallConfig installConfig)
Parameters
|
Improve this Doc
View Source
TestDatabaseConnection(ConnectionConfig)
Interface for InstallController. This Interface is meant for Internal use only.
Declaration
string TestDatabaseConnection(ConnectionConfig connectionConfig)
Parameters
Returns
Type |
Description |
System.String |
|
Extension Methods