UploadControlAzureSettings.ContainerName Property
Specifies a name of the container (blob storage) that contains a file system available from the upload control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | String.Empty | A string value that is the name of the container. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ContainerName |
|---|---|---|
| ASP.NET MVC Extensions | UploadControlBinderSettings |
|
| HtmlEditorFileSaveSettings |
|
|
| UploadControlSettings |
|
|
| ASP.NET Web Forms Controls | ASPxHtmlEditorUploadSettingsBase |
|
| ASPxUploadControl |
|
Remarks
On Azure, all files are stored and organized in containers, each of which is a flat list of blobs. Use the ContainerName property to specify a container where a file system is contained.
For container naming guidelines, see Naming and Referencing Containers, Blobs, and Metadata.
See Also