Jump to: navigation, search

Difference between revisions of "SYSCLS ARCHIVECLASSIFICATION"


 
(4 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 an archive
 
| purpose =  Marks an document object to be an archive
| version = 2.6.4+
+
| version = 3.5.0+
 
| id = {EED66D5A-201F-4F2A-ADF7-0D3DD67EB044}
 
| id = {EED66D5A-201F-4F2A-ADF7-0D3DD67EB044}
 
}}
 
}}
Line 16: Line 16:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| FILE_TYPE| {{String}} || The Filename of the file. This property is filled when selecting a file for upload.
+
| FILE_TYPE|| {{String}} || Specifies the file type .
  
 
|}
 
|}
 +
 +
  
 
== See also ==
 
== See also ==
Line 24: Line 26:
 
* [[HowTo:Assign a Classification to a MetaClass]]
 
* [[HowTo:Assign a Classification to a MetaClass]]
  
{{Category/Version|2.6.4}}
+
{{Category/Version|3.5.0}}
  
[[Category:2.6.4|SYSCLS ARCHIVECLASSIFICATION]]
+
[[Category:3.5.0|SYSCLS ARCHIVECLASSIFICATION]]

Latest revision as of 06:28, 6 April 2020

IC CLASSIFICATION.gif Archive classification
Name SYSCLS_ARCHIVECLASSIFICATION
Inheritance SYSCLS FILEDOCUMENT
Namespace System.Classification.Document
ID {EED66D5A-201F-4F2A-ADF7-0D3DD67EB044}
Purpose Marks an document object to be an archive
Version 3.5.0+

A Document object which fullfills the Archive Classificatoin is identified as compressed archive document. The client will download and extract its content (locally).

MetaProperties

Name Data type Comment
FILE_TYPE String Specifies the file type .


See also