The Upgrade type exposes the following members.

Methods

  NameDescription
Public methodStatic memberActivateLicense
Public methodStatic memberAddAdminPage
AddAdminPage adds an Admin Tab Page
Public methodStatic memberAddAdminPages
AddAdminPages adds an Admin Page and an associated Module to all configured Portals
Public methodStatic memberAddHostPage
AddHostPage adds a Host Tab Page
Public methodStatic memberAddModuleControl
AddModuleControl adds a new Module Control to the system
Public methodStatic memberAddModuleDefinition
AddModuleDefinition adds a new Core Module Definition to the system
Public methodStatic memberAddModuleToPage(TabInfo, Int32, String, String, Boolean)
AddModuleToPage adds a module to a Page
Public methodStatic memberAddModuleToPage(String, Int32, Int32, String, String, Boolean)
Public methodStatic memberAddModuleToPage(TabInfo, Int32, String, String, Boolean, Boolean, String)
Public methodStatic memberAddModuleToPages
Public methodStatic memberAddPortal
AddPortal manages the Installation of a new DotNetNuke Portal
Public methodStatic memberBuildUserTable
Public methodStatic memberCheckUpgrade
CheckUpgrade checks whether there are any possible upgrade issues
Public methodStatic memberDeleteFiles
DeleteFiles - clean up deprecated files and folders
Public methodStatic memberDeleteInstallerFiles
DeleteInstallerFiles - clean up install config and installwizard files If installwizard is ran again this will be recreated via the dotnetnuke.install.config.resources file
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExecuteScript
ExecuteScript executes a special script
Public methodStatic memberExecuteScripts
ExecuteScripts manages the Execution of Scripts from the Install/Scripts folder. It is also triggered by InstallDNN and UpgradeDNN
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstallPackages
Gets a ist of installable extensions sorted to ensure dependencies are installed first
Public methodStatic memberGetInstallTemplate
GetInstallTemplate retrieves the Installation Template as specifeid in web.config
Public methodStatic memberGetInstallVersion
GetInstallVersion retrieves the Base Instal Version as specifeid in the install template
Public methodStatic memberGetLogFile
GetLogFile gets the filename for the version's log file
Public methodStatic memberGetScriptFile
GetScriptFile gets the filename for the version
Public methodStatic memberGetStringVersion
GetStringVersion gets the Version String (xx.xx.xx) from the Version
Public methodStatic memberGetSuperUser
GetSuperUser gets the superuser from the Install Template
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUpgradeScripts
GetUpgradeScripts gets an ArrayList of the Scripts required to Upgrade to the current Assembly Version
Public methodStatic memberInitialiseHostSettings
InitialiseHostSettings gets the Host Settings from the Install Template
Public methodStatic memberInstallDatabase
InstallDatabase runs all the "scripts" identifed in the Install Template to install the base version
Public methodStatic memberInstallDNN
InstallDNN manages the Installation of a new DotNetNuke Application
Public methodStatic memberInstallFiles
InstallFiles intsalls any files listed in the Host Install Configuration file
Public methodStatic memberInstallPackage
Public methodStatic memberInstallPackages
Protected methodStatic memberIsLanguageEnabled
Public methodStatic memberIsNETFrameworkCurrent
Public methodStatic memberMakeModulePremium
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveAdminPages
Public methodStatic memberRemoveHostPage
Public methodStatic memberRemoveModule
Public methodStatic memberSetInstallTemplate
SetInstalltemplate saves the XmlDocument back to Installation Template specified in web.config
Public methodStatic memberStartTimer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTryUpgradeNETFramework
Public methodStatic memberUpdateConfig(String, Version, Boolean)
Public methodStatic memberUpdateConfig(String, Version, String)
Public methodStatic memberUpdateConfig(String, String, Version, String)
Public methodStatic memberUpgradeApplication()()()()
UpgradeApplication - This overload is used for general application upgrade operations.
Public methodStatic memberUpgradeApplication(String, Version, Boolean)
UpgradeApplication - This overload is used for version specific application upgrade operations.
Public methodStatic memberUpgradeDNN
UpgradeDNN manages the Upgrade of an exisiting DotNetNuke Application
Public methodStatic memberUpgradeIndicator(Version, Boolean, Boolean)
Public methodStatic memberUpgradeIndicator(Version, String, String, String, Boolean, Boolean)
Public methodStatic memberUpgradeRedirect()()()()
Public methodStatic memberUpgradeRedirect(Version, String, String, String)
Public methodStatic memberUpgradeVersion(String, Boolean)
UpgradeVersion upgrades a single version
Public methodStatic memberUpgradeVersion(String, Boolean, Boolean%)
UpgradeVersion upgrades a single version

Extension Methods

  NameDescription
Public Extension MethodToJson
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.)

See Also