Click or drag to resize

ContextGetFileParameters Method (String)

Returns a list of file parameters filtred in a Hashtable

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public Hashtable GetFileParameters(
	string filter
)

Parameters

filter
Type: SystemString
Filter for the values

Return Value

Type: Hashtable
List of parameters
Remarks

The 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