HtmlEditorFileSaveSettings.Storage Property
In This Article
Specifies the type of file storage used by the HtmlEditor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadFileStorageType Storage { get; set; }
#Property Value
Type | Description |
---|---|
Upload |
One of the Upload |
Available values:
Name | Description |
---|---|
File |
The control uploads files to the server’s physical file system. The files are automatically saved to the folder specified by the Html |
Azure | Identifies the Azure cloud storage used in ASPx |
Amazon | Identifies the Amazon cloud storage used in ASPx |
Dropbox | Identifies the Dropbox cloud storage used in ASPx |
#Implements
DevExpress.Web.Internal.IFileSaveSettings.Storage
See Also