Newer Version Available
FileUploadAndDownloadSecuritySettings
Represents the security
settings for uploading and downloading files. This type extends the Metadata
metadata type and inherits its fullName field.
File Suffix and Directory Location
FileUploadAndDownloadSecuritySettings components have the suffix .settings and are stored in the settings folder.
Version
FileUploadAndDownloadSecuritySettings components are available in API version 39.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| dispositions | FileTypeDispositionAssignmentBean[] | Represents the metadata used to manage filetype behavior. This field is available in API version 39.0 and later. |
| noHtmlUploadAsAttachment | boolean | Indicates whether to allow HTML uploads as attachments or document records. This field is available in API version 39.0 and later. |
FileTypeDispositionAssignmentBean
Represents the metadata used to manage filetype behavior.
| Field Name | Field Type | Description |
|---|---|---|
| behavior | FileDownloadBehavior (enumeration of type string) | One of the following values:
|
| filetype | FileType (enumeration of type string) | Although more filetypes exist, these are the only ones supported
by FileTypeDispositionAssignmentBean:
|
| securityRiskFileType | boolean | Indicates filetypes that cannot have behavior set to EXECUTE, due to security risks. This field is read-only. |