getSubcodeList

Returns a list of project IDs and names, sorted in the same order as the web-based user interface. The return value is a list of strings, where each pair of elements is a subcode ID and a subcode name, for example [ "s1", "Subcode One", "s2", "Subcode Two", "zzz", "Subcode zzz", ... ]

Arguments

Name Type Description
skey string

Return

The getSubcodeList method returns a list of alternating subcode IDs and names (an array of string).