CustomContentBase::ListGroups (open)
Get a list of all groups
Syntax
LOADLIB "mod::consilio/lib/contentproviders/customcontent.whlib";
RECORD FUNCTION ListGroups(DATETIME commanddate)Parameters
DATETIME commanddateDate when this command (or its oldest ancestor) was issued
Return value
RECORDThe result
errorReturn a record with an 'error' cell of type string if an error occurred
groupsThe list of groups
groups.idThe id of the group
status"result" if call succeeded, "error" if an error ocurred