CGroup is the class to deal with the user groups.
Fields
| Field | Type | Description |
| ID |
Int |
Group ID. |
| TIMESTAMP_X |
datetime |
Date and time of the last modification. |
| ACTIVE |
char |
Active state (Y|N). |
| NAME |
varchar (50) |
Name of the group. |
| DESCRIPTION |
varchar (255) |
Description. |
Methods
| Method | Description |
| GetList |
Returns a filtered list of groups. |
| GetByID |
Returns the user group by its ID. |
| GetGroupUser |
Returns an array of all users of the group. |
| Add |
Adds a new group of users. |
| Update |
Modifies the existing group. |
| Delete |
Removes group. |