| 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.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxprotected void SubmitToWorkflow(
	DataSet formData,
	bool saveFieldValues
)
Protected Sub SubmitToWorkflow ( 
	formData As DataSet,
	saveFieldValues As Boolean
)
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