Click or drag to resize
IDocumentWizardManager Interface
Page wizard manager interface

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public interface IDocumentWizardManager

The IDocumentWizardManager type exposes the following members.

Properties
  NameDescription
Public propertyCurrentStep
Current step
Public propertyFinalStepNextUrl
Final step URL.
Public propertyFirstStep
First step
Public propertyLastConfirmedStepIndex
Gets or sets the last confirmed step index
Public propertyLastStep
Last step
Public propertyLastVisitedStepIndex
Gets or sets the last visited step index
Public propertyRestrictStepOrder
Restrict step order.
Public propertyStepEventArgs
StepEventArgs
Public propertySteps
Step collection
Top
Methods
  NameDescription
Public methodResetWizard
Resets the wizard step indexes(LastConfirmedStep, LastVisitedStep)
Top
See Also