CustomContentBase::ListGroups (open)

Get a list of all groups

Syntax

LOADLIB "mod::consilio/lib/contentproviders/customcontent.whlib";

RECORD FUNCTION ListGroups(DATETIME commanddate)

Parameters

DATETIME commanddate

Date when this command (or its oldest ancestor) was issued

Return value

RECORD

The result

error

Return a record with an 'error' cell of type string if an error occurred

groups

The list of groups

groups.id

The id of the group

status

"result" if call succeeded, "error" if an error ocurred