C-DEngine 5.105

TheNMIEngine..::..AddWizardFinishPage Method

Adds a Finish page to a wizard. The finish page will be displayed when the InsertB4 Callback is finished. in order for the finish page to show, the B4InsertCallback on a wizard has to be set

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

Syntax


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

Parameters

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

Return Value