Click or drag to resize

WizCompletedPageInfosAdd Method

Overload List
  NameDescription
Public methodAdd(String)
Constructor taking a semi-colon separated list of completed IWizPage StepCaptions. Typically this is extracted from the HTTP request when one wizard chains to another.
Public methodAdd(PageElementInfo)
Constructor taking a PageElementInfo object representing a completed page element in the current wizard instance.
Public methodAdd(WizCompletedPageInfo)
Constructor taking a WizCompletedPageInfo object.
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, WizCompletedPageInfo.)
Top
See Also