Summary of the "lyrPermissionGuiAttribs" fields in ListManager
The lyrPermissionGuiAttribs table holds the rules for each group in web page permissions.
Primary key: AttributeID
Field Name |
Description |
Version Added |
AttributeID |
Primary key for this rule (int, NOT NULL) |
|
PermissionGroupID |
GroupID this rule belongs to (int, NOT NULL). Reference to GroupID on lyrPermissionGroups. |
|
SortOrder |
Order in which this rule is applied (int. NULL) |
|
GuiPath |
String to match against URI. Determines whether this rule matches varchar (255). |
|
Permission |
What to do if this rule matches A=allow, D=deny. Varchar (1) must be A or D. |
|
AttributeDescription |
Description of this rule, varchar (100). |
|