Skip to main content
A newer version of this page is available. .
Tab

ASPxUploadControl.AmazonSettings Property

Gets settings allowing an upload control to access a file system storage in the Amazon Simple Storage Service (Amazon S3).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public UploadControlAmazonSettings AmazonSettings { get; }

Property Value

Type Description
UploadControlAmazonSettings

An UploadControlAmazonSettings object containing the settings.

Remarks

Use the AmazonSettings property to specify settings that allow the upload control to access an Amazon account when the ASPxUploadControl uploads files to the Amazon Simple Storage Service (when the ASPxUploadControl.UploadStorage property is set to Amazon).

Note

For security reasons the settings available by the AmazonSettings property are not saved in the ViewState.

See Also