[This is preliminary documentation and is subject to change.]

Finds a list of payloads with keys that start with keyPart, up to a specified limit. Autocompletes.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public List<T> GetList(
	string keyPart,
	int limit
)

Parameters

keyPart
String
Partial or full key.
limit
Int32
Limit on the number of payloads to find/return.

Return Value

List of matches (if there are no matches, length is zero).

See Also