System.Web.UI.WebControls.Wizard.GetHistory Method

Returns a collection of System.Web.UI.WebControls.WizardStepBase objects that have been accessed.

Syntax

public ICollection GetHistory ()

Returns

An ICollection containing the System.Web.UI.WebControls.WizardStepBase objects that have been accessed.

Remarks

The Wizard.GetHistory method returns a collection containing the System.Web.UI.WebControls.WizardStepBase objects that have been accessed. The System.Web.UI.WebControls.WizardStepBase objects are arranged in the order in which they were accessed: the first item in the collection is the previous System.Web.UI.WebControls.WizardStepBase object, the second item in the collection is the System.Web.UI.WebControls.WizardStepBase object that was accessed before the previous step, and so on.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0