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: 8.0.6.0 (8.0.6.20210916)
Syntax protected void SaveFormData(
XmlDocument xmlFormData
)
Protected Sub SaveFormData (
xmlFormData As XmlDocument
)
Parameters
- xmlFormData
- Type: System.XmlXmlDocument
An xmlDocument to save
See Also