Select categories of items to be displayed in list (filters list to display only items having specified category. More than one category can be displayed by separating each category with a comma (and no spaces between categories).
Note: Categories = "" -> removes category filter.
Syntax
CSV_ListBox_SelectCategories(hList, sCategories)
#hList:
Handle to list object.
#sCategories:
Categories to filter list for.
Return Value
0 if successful, otherwise -1.