Difference between revisions of "SYSCLS UI CUSTOMIZING"
(Created page with "{{ClassificationInfoBox | title = UI Customizing classification | name = SYSCLS_UI_CUSTOMIZING | inheritance = SYSCLS_ARCHIVE | namespace = Sy...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
| namespace = System.Classification.Document | | namespace = System.Classification.Document | ||
| purpose = Marks an document object to be custom UI archive (set of XAMLS) | | purpose = Marks an document object to be custom UI archive (set of XAMLS) | ||
− | | version = | + | | version = 3.5.0+ |
| id = {9C13736D-5AA5-4C38-8129-9DC0AE99AA32} | | id = {9C13736D-5AA5-4C38-8129-9DC0AE99AA32} | ||
}} | }} | ||
− | A Document object which fullfills the UI Customizing | + | A Document object which fullfills the UI Customizing Classification 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. | The client will download and extract its content in the App folder and refresh the UI. | ||
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. |
|} | |} | ||
Line 28: | Line 28: | ||
* [[HowTo:Assign a Classification to a MetaClass]] | * [[HowTo:Assign a Classification to a MetaClass]] | ||
− | {{Category/Version| | + | {{Category/Version|3.5.0}} |
+ | |||
+ | [[Category:3.5.0|SYSCLS UI CUSTOMIZING]] |
Latest revision as of 13:07, 14 June 2021
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 | 3.5.0+ |
A Document object which fullfills the UI Customizing Classification 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. |