Click or drag to resize

WorkflowPageSubmitToWorkflow Method (XmlDocument)

Saves the form data and 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(
	XmlDocument xmlFormData
)

Parameters

xmlFormData
Type: System.XmlXmlDocument
The form data to save
See Also