UpgradeApplication - This overload is used for general application upgrade operations.

Namespace: DotNetNuke.Services.Upgrade
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void UpgradeApplication()
Visual Basic
Public Shared Sub UpgradeApplication

Remarks

Since it is not version specific and is invoked whenever the application is restarted, the operations must be re-executable.

See Also