Jump to: navigation, search

Difference between revisions of "SYSCLS RESTRICTED UPLOAD"


(Created page with "{{ClassificationInfoBox | title = Restricted File Upload Classification | name = {{PAGENAMEE}} | inheritance = SYSCLS_FILEDOCUMENT | namespace = System.Classification.Document...")
 
 
Line 9: Line 9:
 
}}
 
}}
  
Classifies a File Document  
+
Defines a File Document as an object with a constraint on the maximum allowed size for uploaded files.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 16: Line 16:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| MAX_UPLOAD_SIZE || int || Defines the max size of a uploaded content in Bytes
+
| MAX_UPLOAD_SIZE || int || Defines the max size of an uploaded document in Bytes.
 
|}
 
|}
  
 
== See also ==
 
== See also ==
 
* [[FILEDOCUMENT]]
 
* [[FILEDOCUMENT]]

Latest revision as of 14:44, 18 November 2025

IC CLASSIFICATION.gif Restricted File Upload Classification
Name SYSCLS_RESTRICTED_UPLOAD
Inheritance SYSCLS_FILEDOCUMENT
Namespace System.Classification.Document
ID {32637D3C-324C-4604-A8A0-267EDE1CD639}
Purpose Classify objects as file documents
Version 5.0+

Defines a File Document as an object with a constraint on the maximum allowed size for uploaded files.

MetaProperties

Name Data type Comment
MAX_UPLOAD_SIZE int Defines the max size of an uploaded document in Bytes.

See also