The CRubric class uses the following fields with the Mailing list object.
Field |
Description |
Type |
Required |
ID |
The mailing list ID. |
int |
Yes |
LID |
The site ID. |
char(2) |
Yes |
NAME |
The name of mailing list. |
string(100) |
Yes |
DESCRIPTION |
The mailing list description displayed to subscribers. |
text |
|
SORT |
Sort weight. |
int |
|
ACTIVE |
The active state of mailing list (Y/N). |
char(1) |
|
VISIBLE |
Specifies whether the mailing list is public or not (Y/N). |
char(1) |
|
AUTO |
Specifies to generate issues automatically (Y/N). |
char(1) |
|
LAST_EXECUTED |
Time of the last issue. |
datetime |
|
DAYS_OF_MONTH |
List of days of the month when the issue is to be generated. |
string(100) |
|
DAYS_OF_WEEK |
List of days of week when the issue is to be generated. |
string(15) |
|
TIMES_OF_DAY |
List of hours when the issue is to be generated. |
string(100) |
|
TEMPLATE |
Relative path to the template folder. |
string(100) |
|