1,288 bytes added,
15:53, 15 July 2019 {{ClassificationInfoBox
| title = File Details classification
| name = {{PAGENAMEE}}
| inheritance = [[SYSCLS_FILEDOCUMENT]]
| namespace = System.Classification.Document
| purpose = Marks an document object to carry extended file information
| version = 2.6.4+
| id = {F33EAF2C-B35A-4B51-9B96-B2D9EC4F362C}
}}
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 ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=30% | 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|| {{DateTime}}|| The Creation Date the file. This property is filled when selecting a file for upload.
|}
== See also ==
* [[HowTo:Create_a_new_Classification]]
* [[HowTo:Assign a Classification to a MetaClass]]
{{Category/Version|2.6.4}}