Jump to: navigation, search

Difference between revisions of "SYSCLS THUMBNAILEDFILE"


 
(14 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
| title = Thumbnail file classification
 
| title = Thumbnail file classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| namespace = System.Classification
+
| inheritance = [[SYSCLS_FILEDOCUMENT]]
 +
| namespace = System.Classification.Document
 
| purpose = Classify documents for thumbnails
 
| purpose = Classify documents for thumbnails
 
| version = 2+
 
| version = 2+
 +
| id = {99864fc5-af0a-450d-b7e2-a3357bfcd54a}
 
}}
 
}}
 +
 +
{{Attention|This classification is outdated and has been replaced by [[SYSCLS_THUMBNAILEDDOCUMENT]]!}}
 +
 +
Classify an object for being recognized as file document object by the client, represented by a thumbnail in the document overview list.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 12: Line 18:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| THUMBNAIL || ByteStream || Contains the thumbnail image
+
| THUMBNAIL || {{ByteStream}} || Contains the thumbnail image
 
|-
 
|-
| ''FILETYPE'' || String || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
+
| ''FILETYPE'' || {{Text}} || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
 
|}
 
|}
  
 
== See also ==
 
== See also ==
 +
* [[SYSCLS_THUMBNAILEDDOCUMENT]]
 
* [[SYSCLS_FILEDOCUMENT]]
 
* [[SYSCLS_FILEDOCUMENT]]
  
[[Category:System Classifications]]
+
[[Category:Classifications|T]]
 +
[[Category:Document|T]]

Latest revision as of 07:17, 28 October 2024

IC CLASSIFICATION.gif Thumbnail file classification
Name SYSCLS_THUMBNAILEDFILE
Inheritance SYSCLS FILEDOCUMENT
Namespace System.Classification.Document
ID {99864fc5-af0a-450d-b7e2-a3357bfcd54a}
Purpose Classify documents for thumbnails
Version 2+
IC Attention.pngThis classification is outdated and has been replaced by SYSCLS THUMBNAILEDDOCUMENT!

Classify an object for being recognized as file document object by the client, represented by a thumbnail in the document overview list.

MetaProperties

Name Data type Comment
THUMBNAIL ByteStream Contains the thumbnail image
FILETYPE Text Specifies the file type (inherited from SYSCLS FILEDOCUMENT)

See also