Click or drag to resize

WorkflowPageSubmitToWorkflow Method (DataSet, Boolean)

Save the fields data in the form data, saves the form data and then submits everything to the workflow

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
protected void SubmitToWorkflow(
	DataSet formData,
	bool saveFieldValues
)

Parameters

formData
Type: System.DataDataSet
The form data to save
saveFieldValues
Type: SystemBoolean
Determines if the form data will be updated with the field values before being saved.
See Also