Difference between revisions of "SYSCLS EDITABLEDOCUMENT"
Line 1: | Line 1: | ||
− | |||
{{ClassificationInfoBox | {{ClassificationInfoBox | ||
| title = Editable file classification | | title = Editable file classification | ||
Line 9: | Line 8: | ||
| id = {c084a457-f100-40eb-88bd-843fd7f402d4} | | id = {c084a457-f100-40eb-88bd-843fd7f402d4} | ||
}} | }} | ||
+ | |||
+ | Classifies an object for being recognized as editable file document object by the client. The physical document of such an object can be actually modifized on the client (e.g. editied by an appropriate PDF reader) and is sent back to the server. | ||
== MetaProperties == | == MetaProperties == |
Revision as of 10:12, 16 March 2015
Editable file classification | |
---|---|
Name | SYSCLS_EDITABLEDOCUMENT |
Inheritance | SYSCLS FILEDOCUMENT |
Namespace | System.Classification |
ID | {c084a457-f100-40eb-88bd-843fd7f402d4} |
Purpose | Classify documents to be editable |
Version | 2+ |
Classifies an object for being recognized as editable file document object by the client. The physical document of such an object can be actually modifized on the client (e.g. editied by an appropriate PDF reader) and is sent back to the server.
MetaProperties
Name | Data type | Comment |
---|---|---|
EDIT_FILE_ALLOWED | Boolean | Allow the docmument to be edited |
FILETYPE | Text | Specifies the file type (inherited from SYSCLS FILEDOCUMENT) |