Jump to: navigation, search

Difference between revisions of "SYSCLS FILEDETAILSCLASSIFICATION"


(Created page with "{{ClassificationInfoBox | title = File Details classification | name = {{PAGENAMEE}} | inheritance = SYSCLS FILEDOCUMENT | namespace = System.Classification.Document | pur...")
 
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
| namespace = System.Classification.Document
 
| namespace = System.Classification.Document
 
| purpose =  Marks an document object to carry extended file information
 
| purpose =  Marks an document object to carry extended file information
| version = 2.6.4+
+
| version = 3.5.0+
 
| id = {F33EAF2C-B35A-4B51-9B96-B2D9EC4F362C}
 
| id = {F33EAF2C-B35A-4B51-9B96-B2D9EC4F362C}
 
}}
 
}}
Line 29: Line 29:
 
* [[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:3.5.0|SYSCLS FILEDETAILSCLASSIFICATION]]

Latest revision as of 06:27, 6 April 2020

IC CLASSIFICATION.gif File Details classification
Name SYSCLS_FILEDETAILSCLASSIFICATION
Inheritance SYSCLS FILEDOCUMENT
Namespace System.Classification.Document
ID {F33EAF2C-B35A-4B51-9B96-B2D9EC4F362C}
Purpose Marks an document object to carry extended file information
Version 3.5.0+

If a Document object fullfills the FileDetailsClassification it can carry additional information such as its (original) filename. If the properties are editble they are filled out when selecting a file (on the client) for uploading to the service.

MetaProperties

Name Data type Comment
FILE_NAME String The Filename of the file. This property is filled when selecting a file for upload.
PATH String The Path of the file. This property is filled when selecting a file for upload.
CONTENT_TYPE String The MIME protocol Content-Type header.of the file. This property is filled when selecting a file for upload.
CREATED Date/Time The Creation Date the file. This property is filled when selecting a file for upload.

See also