Click or drag to resize

WorkflowPageSaveFormData Method (XmlDocument)

Saves the form data to the instance path

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 SaveFormData(
	XmlDocument xmlFormData
)

Parameters

xmlFormData
Type: System.XmlXmlDocument
An xmlDocument to save
See Also