WorkflowFile Constructor (String) |
Creates an instance from a file
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic WorkflowFile(
string filename
)
Public Sub New (
filename As String
)
Parameters
- filename
- Type: SystemString
The file to open
See Also