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

UploadFileStorageType Enum

Lists values that specify the type of upload storage used by the ASPxHtmlEditor control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum UploadFileStorageType

Members

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.

Related API Members

The following properties accept/return UploadFileStorageType values:

Remarks

The values listed by this enumeration are used to set the ASPxHtmlEditorUploadSettingsBase.UploadStorage property.

See Also