HtmlEditorFileSaveSettings.Storage Property
Specifies the type of file storage used by the HtmlEditor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| UploadFileStorageType | One of the UploadFileStorageType enumeration values. |
Available values:
| Name | Description |
|---|---|
| FileSystem | The control uploads files to the server’s physical file system. The files are automatically saved to the folder specified by the HtmlEditorUploadControlFileSystemSettings.UploadFolder property. |
| Azure | Identifies the Azure cloud storage used in ASPxHtmlEditor. |
| Amazon | Identifies the Amazon cloud storage used in ASPxHtmlEditor. |
| Dropbox | Identifies the Dropbox cloud storage used in ASPxHtmlEditor. |
Implements
DevExpress.Web.Internal.IFileSaveSettings.Storage
See Also