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.0.0.0 (4.0.0.0)
Syntax protected 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