C-DEngine 5.105

TheNMIEngine..::..AddWizardProcessPage Method

Add a processing page to the Wizard. A processing page should show the progress of the work a wizard is doing. At least a "processing please wait" and possibly a waiting icon or progress bar

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static cdeConcurrentDictionary<string, TheFieldInfo> AddWizardProcessPage(
	TheThing pBaseThing,
	TheFormInfo pForm,
	int pPageNumber,
	string pPageTitle
)
Public Shared Function AddWizardProcessPage ( _
	pBaseThing As TheThing, _
	pForm As TheFormInfo, _
	pPageNumber As Integer, _
	pPageTitle As String _
) As cdeConcurrentDictionary(Of String, TheFieldInfo)
public:
static cdeConcurrentDictionary<String^, TheFieldInfo^>^ AddWizardProcessPage(
	TheThing^ pBaseThing, 
	TheFormInfo^ pForm, 
	int^ pPageNumber, 
	String^ pPageTitle
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Base Thing
pForm
Type: nsCDEngine.Engines.NMIService..::..TheFormInfo
Wizard Form
pPageNumber
Type: Int32
Page of the processing page. Should be larger than the last page of the wizard
pPageTitle
Type: String
An optional Page title

Return Value