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

UploadControlAmazonSettings.Region Property

Specifies a geographical region where a bucket, which contains a file system available by the upload control, is stored.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Region { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that is the code of a region, e.g. “us-east-1”.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Region
ASP.NET MVC Extensions UploadControlBinderSettings
.AmazonSettings .Region
HtmlEditorFileSaveSettings
.AmazonSettings .Region
UploadControlSettings
.AmazonSettings .Region
ASP.NET Web Forms Controls ASPxHtmlEditorUploadSettingsBase
.AmazonSettings .Region
ASPxUploadControl
.AmazonSettings .Region

Remarks

Amazon Web Services are hosted in multiple regions world-wide. Each region is a separate geographic area. Use the Region property to specify a geographical region where a bucket (specified by the UploadControlAmazonSettings.BucketName property) is stored. You can see a list of available regions in the Regions and Endpoints article.

See Also