Group Types

From truxwiki.com
Revision as of 07:23, 13 April 2024 by Sam (talk | contribs) (Created page with "These defined constants represent the different types of groups in Truxton. This information is also kept in the <code>[GroupType]</code> database table. It is used to set th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These defined constants represent the different types of groups in Truxton.

This information is also kept in the [GroupType] database table. It is used to set the [GroupTypeID] column of the [Group] table.

Name Value Meaning
GROUP_TYPE_UNKNOWN 0 The type is not known.
GROUP_TYPE_USER 1 The groups was generated by a user.
GROUP_TYPE_AUTOMATIC 2 An ETL created this group.