TG.INI
![]() | EditorPrivileges Enumeration |
Defines the privileges
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| ReadOnly | 0 | Disables all editing. | |
| AddSections | 1 | Allows users to add new sections. | |
| RemoveSections | 2 | Allows users to remove sections. | |
| AddEntries | 4 | Allows users to add new entries. | |
| RemoveEntries | 8 | Allows users to remove entries. | |
| ChangeKeys | 16 | Allows users to change the Key column values. | |
| ChangeValues | 32 | Allows users to change the Value column values. | |
| All | 63 | Allows users to all functionality within the editor. |
See Also