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

UploadControlAmazonSettings Class

Provides account settings allowing the upload control to access a file system retained in Amazon Simple Storage Service (Amazon S3).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlAmazonSettings :
    UploadControlUploadStorageSettingsBase

The following members return UploadControlAmazonSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxHtmlEditorUploadSettingsBase.AmazonSettings
ASPxUploadControl.AmazonSettings
ASP.NET MVC Extensions HtmlEditorFileSaveSettings.AmazonSettings
UploadControlBinderSettings.AmazonSettings
UploadControlSettings.AmazonSettings

Remarks

These settings can be accessed by the ASPxUploadControl.AmazonSettings property.

See Also