| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
NAME |
nvarchar(100) | Default = '' | ||
SITETASKSGROUP |
bit | Default = 0 | ||
DATEADDED |
datetime | Default = getdate() | Indicates the date this record was added. | |
DATECHANGED |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
TS |
timestamp | Timestamp. | ||
TSLONG |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
CONTENTTYPESCODE |
tinyint | Default = 0 | ||
CONTENTTYPES |
nvarchar(29) (Computed) | ![]() |
CASE [CONTENTTYPESCODE] WHEN 0 THEN N'All content types' WHEN 1 THEN N'Specified basic content types' WHEN 2 THEN N'Specified content types' END |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_CMSSECURITYGROUP_DATEADDED |
DATEADDED | ![]() |
||
IX_CMSSECURITYGROUP_DATECHANGED |
DATECHANGED | |||
PK_CMSSECURITYGROUP |
ID | ![]() |
![]() |
|
UC_CMSSECURITYGROUP_NAME |
NAME | ![]() |
| Trigger Name | Description |
|---|---|
TR_CMSSECURITYGROUP_AUDIT_UPDATE |
|
TR_CMSSECURITYGROUP_AUDIT_DELETE |
| Referenced by | Field |
|---|---|
CMSSECURITYGROUPCLIENTROLECLIENTSITE |
CMSSECURITYGROUPID |
CMSSECURITYGROUPCONTENTTYPE |
CMSSECURITYGROUPID |
CMSSECURITYGROUPTASK |
CMSSECURITYGROUPID |

ID
NAME
TSLONG
ADDEDBYID
IX_CMSSECURITYGROUP_DATEADDED
IX_CMSSECURITYGROUP_DATECHANGED