Gets and sets whether the Editor is in the Wizard

Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsWizard { get; set; }
Visual Basic
Public Property IsWizard As Boolean
	Get
	Set

Field Value

An Boolean

Implements

IPackageEditor..::..IsWizard

See Also