Difference between revisions of "SYSTEMSETTINGS"
(Created page with "{{MetaClassInfoBox | title = System Settings | name = SYSTEMSETTINGS | namespace = System.Main | internalname = - | typestring = UBIK.Kernel.MetaClass | runtimetype = UBIK.Con...") |
|||
| Line 18: | Line 18: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
| − | | '''Read only''' (READONLY) || {{Boolean}} || | + | | '''Read only''' (READONLY) || {{Boolean}} || If true, setting value is read only |
|- | |- | ||
| '''Description''' (DESCR) || {{Text}} || Description of setting | | '''Description''' (DESCR) || {{Text}} || Description of setting | ||
Revision as of 13:35, 9 March 2015
| Name | SYSTEMSETTINGS |
|---|---|
| Namespace | System.Main |
| Internal Name | - |
| TypeString | UBIK.Kernel.MetaClass |
| RuntimeType | UBIK.Content.ContentClass |
| Purpose | System settings class |
| Version | 2+ |
Own properties
| Name | Data type | Comment |
|---|---|---|
| Read only (READONLY) | Boolean | If true, setting value is read only |
| Description (DESCR) | Text | Description of setting |
| Setting value (VALUE) | Text | Value of setting |
| Key - Settings (KEY) | Integer | Internal key of setting |
