| ContextParametersSave Method (String, ContextParametersXmlFormat) | 
            Save the current data parameters collection into an XML file
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Save(
	string filePathName,
	ContextParametersXmlFormat xmlFormat
)
Public Sub Save ( 
	filePathName As String,
	xmlFormat As ContextParametersXmlFormat
)
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