Click or drag to resize

IWizardTemplateUserData Property

Returns the UserData collection which is used to persist page data between postbacks as the user moves from page to page. Among other data, this includes the various user-entered field values from previous pages. Rather than accessing this data directly, it is recommended that you access UserData via PageData(String) which returns a WizPageData object prividing for a more structured approach.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Hashtable UserData { get; }

Property Value

Type: Hashtable
The user data for the wizard instance.
See Also