Click or drag to resize
ContextGetParameters Method (String)
Returns a list of parameters filtred in a Hashtable

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public Hashtable GetParameters(
	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 paramName as a String, and as the object, the corresponding object, see GetParameter for the types

See Also