ContextParametersSave Method (String) |
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
)
Public Sub Save (
filePathName As String
)
Parameters
- filePathName
- Type: SystemString
The complete file path name where to save the file
See Also