DatabaseVerificationStep - Step that performs database verification checks prior to installation

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

Syntax

C#
public class InstallVersionStep : BaseInstallationStep
Visual Basic
Public Class InstallVersionStep
	Inherits BaseInstallationStep

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Upgrade.Internals.Steps..::..BaseInstallationStep
    DotNetNuke.Services.Upgrade.Internals.Steps..::..InstallVersionStep

See Also