Difference between revisions of "SYSCLS TEXTDOCUMENT"
(→MetaProperties) |
|||
Line 20: | Line 20: | ||
| FILETYPE|| {{String}} || Specifies the file type | | FILETYPE|| {{String}} || Specifies the file type | ||
|} | |} | ||
+ | |||
+ | == See also == | ||
+ | * [[SYSCLS_DOCUMENTOWNER]] | ||
[[Category:Classifications|T]] | [[Category:Classifications|T]] | ||
[[Category:Document|T]] | [[Category:Document|T]] |
Revision as of 13:16, 20 May 2015
Text document classification | |
---|---|
Name | SYSCLS_TEXTDOCUMENT |
Inheritance | SYSCLS FILEDOCUMENT |
Namespace | System.Classification |
ID | {03192CE1-8D97-4FBD-9DBE-E63A66422C84} |
Purpose | Classify objects as text documents |
Version | 2.4.3+ |
Classifies an object for being recognized as text document object by the client. Using this classification allows to use the property TEXTCONTENT as a representation for the content of the text document without a physically stored file.
MetaProperties
Name | Data type | Comment |
---|---|---|
TEXTCONTENT | String | Specifies the file content |
FILETYPE | String | Specifies the file type |