ContextGetFileParameters Method  | 
 Returns all the file parameters in a Hashtable
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic Hashtable GetFileParameters()
Public Function GetFileParameters As Hashtable
Return Value
Type: 
HashtableList of parameters
RemarksThe returned hashtable contains as the key the VALUE_FILE_NAME as a String, and as
            	the object, a FileInfo about the current temporary file made by WorkflowGen
See Also