InstallSuperUserStep - Step that installs SuperUser Account

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Upgrade.Internals.Steps..::..BaseInstallationStep
    DotNetNuke.Services.Upgrade.InternalController.Steps..::..InstallSuperUserStep

See Also