Wizard::GetHistory Method ()
.NET Framework (current version)
Returns a collection of WizardStepBase objects that have been accessed.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::ICollection^An ICollection containing the WizardStepBase objects that have been accessed.
The GetHistory method returns a collection containing the WizardStepBase objects that have been accessed. The WizardStepBase objects are arranged in the order in which they were accessed: the first item in the collection is the previous WizardStepBase object, the second item in the collection is the WizardStepBase object that was accessed before the previous step, and so on.
.NET Framework
Available since 2.0
Available since 2.0
Show: