Retrieves a list of items for a given category. Full list is returned if the category is null or blank
public int GetItemList(string Category, string FieldList)
Return Value
int
Parameters
Category
Category to search in
FieldList
Fields to to return or null to return default list
Overloads:
public int GetItemList(string Fields, string Filter, string Order)
public int GetItemList(string Category)
See also:
Class busItem© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic