Click or drag to resize
ContextParametersSave Method (String, ContextParametersXmlFormat)
Save the current data parameters collection into an XML file

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public void Save(
	string filePathName,
	ContextParametersXmlFormat xmlFormat
)

Parameters

filePathName
Type: SystemString
The complete file path name where save the file
xmlFormat
Type: WorkflowGen.My.DataContextParametersXmlFormat
The format of the XML string representation
See Also