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