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