The Upgrade type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ActivateLicense | ||
| AddAdminPage |
AddAdminPage adds an Admin Tab Page
| |
| AddAdminPages |
AddAdminPages adds an Admin Page and an associated Module to all configured Portals
| |
| AddHostPage |
AddHostPage adds a Host Tab Page
| |
| AddModuleControl |
AddModuleControl adds a new Module Control to the system
| |
| AddModuleDefinition |
AddModuleDefinition adds a new Core Module Definition to the system
| |
| AddModuleToPage(TabInfo, Int32, String, String, Boolean) |
AddModuleToPage adds a module to a Page
| |
| AddModuleToPage(String, Int32, Int32, String, String, Boolean) | ||
| AddModuleToPage(TabInfo, Int32, String, String, Boolean, Boolean, String) | ||
| AddModuleToPages | ||
| AddPortal |
AddPortal manages the Installation of a new DotNetNuke Portal
| |
| BuildUserTable | ||
| CheckUpgrade |
CheckUpgrade checks whether there are any possible upgrade issues
| |
| DeleteFiles |
DeleteFiles - clean up deprecated files and folders
| |
| DeleteInstallerFiles |
DeleteInstallerFiles - clean up install config and installwizard files
If installwizard is ran again this will be recreated via the dotnetnuke.install.config.resources file
| |
| Equals | (Inherited from Object.) | |
| ExecuteScript |
ExecuteScript executes a special script
| |
| ExecuteScripts |
ExecuteScripts manages the Execution of Scripts from the Install/Scripts folder.
It is also triggered by InstallDNN and UpgradeDNN
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInstallPackages |
Gets a ist of installable extensions sorted to ensure dependencies are installed first
| |
| GetInstallTemplate |
GetInstallTemplate retrieves the Installation Template as specifeid in web.config
| |
| GetInstallVersion |
GetInstallVersion retrieves the Base Instal Version as specifeid in the install
template
| |
| GetLogFile |
GetLogFile gets the filename for the version's log file
| |
| GetScriptFile |
GetScriptFile gets the filename for the version
| |
| GetStringVersion |
GetStringVersion gets the Version String (xx.xx.xx) from the Version
| |
| GetSuperUser |
GetSuperUser gets the superuser from the Install Template
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUpgradeScripts |
GetUpgradeScripts gets an ArrayList of the Scripts required to Upgrade to the
current Assembly Version
| |
| InitialiseHostSettings |
InitialiseHostSettings gets the Host Settings from the Install Template
| |
| InstallDatabase |
InstallDatabase runs all the "scripts" identifed in the Install Template to
install the base version
| |
| InstallDNN |
InstallDNN manages the Installation of a new DotNetNuke Application
| |
| InstallFiles |
InstallFiles intsalls any files listed in the Host Install Configuration file
| |
| InstallPackage | ||
| InstallPackages | ||
| IsLanguageEnabled | ||
| IsNETFrameworkCurrent | ||
| MakeModulePremium | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveAdminPages | ||
| RemoveHostPage | ||
| RemoveModule | ||
| SetInstallTemplate |
SetInstalltemplate saves the XmlDocument back to Installation Template specified in web.config
| |
| StartTimer | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryUpgradeNETFramework | ||
| UpdateConfig(String, Version, Boolean) | ||
| UpdateConfig(String, Version, String) | ||
| UpdateConfig(String, String, Version, String) | ||
| UpgradeApplication()()()() |
UpgradeApplication - This overload is used for general application upgrade operations.
| |
| UpgradeApplication(String, Version, Boolean) |
UpgradeApplication - This overload is used for version specific application upgrade operations.
| |
| UpgradeDNN |
UpgradeDNN manages the Upgrade of an exisiting DotNetNuke Application
| |
| UpgradeIndicator(Version, Boolean, Boolean) | ||
| UpgradeIndicator(Version, String, String, String, Boolean, Boolean) | ||
| UpgradeRedirect()()()() | ||
| UpgradeRedirect(Version, String, String, String) | ||
| UpgradeVersion(String, Boolean) |
UpgradeVersion upgrades a single version
| |
| UpgradeVersion(String, Boolean, Boolean%) |
UpgradeVersion upgrades a single version
|
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |