Jump to: navigation, search

Difference between revisions of "SYSCLS UI CUSTOMIZING"


 
(One intermediate revision by one other user 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 = 3.5.0
+
| version = 3.5.0+
 
| id = {9C13736D-5AA5-4C38-8129-9DC0AE99AA32}
 
| id = {9C13736D-5AA5-4C38-8129-9DC0AE99AA32}
 
}}
 
}}
  
A Document object which fullfills the UI Customizing Classificatoin is identified as set of custom UI files (XAMLs).  
+
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 29: Line 29:
  
 
{{Category/Version|3.5.0}}
 
{{Category/Version|3.5.0}}
 +
 +
[[Category:3.5.0|SYSCLS UI CUSTOMIZING]]

Latest revision as of 13:07, 14 June 2021

IC CLASSIFICATION.gif 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.


See also