Jump to: navigation, search

Difference between revisions of "SYSCLS TEXTDOCUMENT"


(See also)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
| title = Text document classification
 
| title = Text document classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| inheritance = SYSCLS_FILEDOCUMENT
+
| inheritance = [[SYSCLS_FILEDOCUMENT]]
| namespace = System.Classification
+
| namespace = System.Classification.Document
 
| purpose = Classify objects as text documents
 
| purpose = Classify objects as text documents
 
| version = 2.4.3+
 
| version = 2.4.3+
Line 9: Line 9:
 
}}
 
}}
  
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.
+
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 ==
 
== MetaProperties ==
Line 16: Line 16:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| TEXTCONTENT|| String || Specifies the file content
+
| TEXTCONTENT|| {{String}} || Specifies the file content
 
|-
 
|-
| FILETYPE|| String || Specifies the file type
+
| FILETYPE|| {{String}} || Specifies the file type
 
|}
 
|}
 +
 +
== See also ==
 +
* [[SYSCLS_DOCUMENTOWNER]]
 +
* [[Documents_(Client)]]
  
 
[[Category:Classifications|T]]
 
[[Category:Classifications|T]]
 
[[Category:Document|T]]
 
[[Category:Document|T]]

Latest revision as of 07:21, 28 October 2024

IC CLASSIFICATION.gif Text document classification
Name SYSCLS_TEXTDOCUMENT
Inheritance SYSCLS FILEDOCUMENT
Namespace System.Classification.Document
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

See also