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: 9.0.3.0 (9.0.3.20240719)
Syntax
protected void SaveFormData(
	XmlDocument xmlFormData
)

Parameters

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