| ContextParametersSave Method (String) | 
            Save the current data parameters collection into an XML file
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void Save(
	string filePathName
)
Public Sub Save ( 
	filePathName As String
)
Parameters
- filePathName
 - Type: SystemString
The complete file path name where to save the file 
See Also