VirtualUserScript GetList Method (String, ArrayList)C# API
Returns an ArrayList value held in the dictionary, or the defaultList if the key cannot be found.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public ArrayList GetList(
	string key,
	ArrayList defaultList
)

Parameters

key
Type: System String
The key to be looked up in the dictionary.
defaultList
Type: System.Collections ArrayList
The value to return if the key is not present in the dictionary.

Return Value

An ArrayList value held in the dictionary, or the defaultList if the key cannot be found.

Implements

IDataDictionary GetList(String, ArrayList)
See Also