| IDocumentWizardManager Interface | 
Namespace: CMS.PortalEngine.Web.UI
 Syntax
Syntaxpublic interface IDocumentWizardManager
The IDocumentWizardManager type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrentStep | 
            Current step
             | 
|  | FinalStepNextUrl | 
            Final step URL.
             | 
|  | FirstStep | 
            First step
             | 
|  | LastConfirmedStepIndex | 
            Gets or sets the last confirmed step index
             | 
|  | LastStep | 
            Last step
             | 
|  | LastVisitedStepIndex | 
            Gets or sets the last visited step index
             | 
|  | RestrictStepOrder | 
            Restrict step order.
             | 
|  | StepEventArgs | 
            StepEventArgs
             | 
|  | Steps | 
            Step collection
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ResetWizard | 
            Resets the wizard step indexes(LastConfirmedStep, LastVisitedStep)
             | 
 See Also
See Also