ContextGetParameters Method (String) | 
 Returns a list of parameters filtred 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 GetParameters(
	string filter
)
Public Function GetParameters ( 
	filter As String
) As Hashtable
Parameters
- filter
 - Type: SystemString
Filter for the values 
Return Value
Type: 
HashtableList of parameters
RemarksThe 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