Difference between revisions of "SYSCLS UI CUSTOMIZING"
(Created page with "{{ClassificationInfoBox | title = UI Customizing classification | name = SYSCLS_UI_CUSTOMIZING | inheritance = SYSCLS_ARCHIVE | namespace = Sy...") |
(→MetaProperties) |
||
Line 19: | Line 19: | ||
| FILE_TYPE|| {{String}} || Specifies the file type . | | FILE_TYPE|| {{String}} || Specifies the file type . | ||
|- | |- | ||
− | | | + | | CUSTOMIZING_VERSION|| {{String}} || Version indicator of the UI file set. The version is shown in the App. |
|} | |} | ||
− | + | [[Category:2.6.4|SYSCLS UI CUSTOMIZING]] | |
== See also == | == See also == |
Revision as of 17:15, 10 March 2020
UI Customizing classification | |
---|---|
Name | SYSCLS_UI_CUSTOMIZING |
Inheritance | SYSCLS_ARCHIVE |
Namespace | System.Classification.Document |
ID | {9C13736D-5AA5-4C38-8129-9DC0AE99AA32} |
Purpose | Marks an document object to be custom UI archive (set of XAMLS) |
Version | 2.6.4+ |
A Document object which fullfills the UI Customizing Classificatoin is identified as set of custom UI files (XAMLs). The client will download and extract its content in the App folder and refresh the UI.
MetaProperties
Name | Data type | Comment |
---|---|---|
FILE_TYPE | String | Specifies the file type . |
CUSTOMIZING_VERSION | String | Version indicator of the UI file set. The version is shown in the App. |