Click or drag to resize

ContextParametersSave Method (String, ContextParametersContextFormat)

Save the current data parameters collection into an XML file

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

Parameters

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