Click or drag to resize

WizCompletedPageInfosAdd Method (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.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	string captionList
)

Parameters

captionList
Type: SystemString
The semi-colon separated list of StepCaptions.

Return Value

Type: Int32
The number of pages added to this collection.
See Also