Aurigma Image Uploader 6.5 Dual
FileSettings Class
This class represents upload file settings.
The following tables list the members exposed by the FileSettings type.
Constructor
| Name | Description | |
|---|---|---|
| FileSettings($name) | Creates and initializes an instance of the FileSettings class. |
Properties
| Name | Description | |
|---|---|---|
| getAcl() setAcl($value) |
Gets or sets an Amazon S3 access control list. Options include private, public-read, public-read-write, and authenticated-read. | |
| getKey() setKey($value) |
Gets or sets an Amazon S3 file key. |
Methods
| Name | Description | |
|---|---|---|
| addMetaProperty($metaProperty) | Adds the specified metadata field to the collection of MetaProperty objects which will be uploaded to Amazon S3 storage. | |
| removeMetaProperty($metaProperty) | Remove the specified metadata field from the collection of MetaProperty objects which will be uploaded to Amazon S3 storage. |