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.v19.2.dll

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:

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