Context.GetFileParameters Method (String) |
Returns a list of file parameters filtred in a Hashtable
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic Hashtable GetFileParameters(
string filter
)
Public Function GetFileParameters (
filter As String
) As Hashtable
Parameters
- filter
- Type: System.String
Filter for the values
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
You don't have to specify "DATATYPE = 'FILE'" in the filter
See Also