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

ASPxHtmlEditorUploadSettingsBase.FileSystemSettings Property

Gets settings allowing the ASPxHtmlEditor control to operate with files in the server’s physical file system.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public HtmlEditorUploadControlFileSystemSettings FileSystemSettings { get; }

Property Value

Type Description
HtmlEditorUploadControlFileSystemSettings

A HtmlEditorUploadControlFileSystemSettings object containing file system settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to FileSystemSettings
HtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload.FileSystemSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload.FileSystemSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageUpload.FileSystemSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.FileSystemSettings
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload.FileSystemSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload.FileSystemSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageUpload.FileSystemSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.FileSystemSettings

Remarks

When the ASPxHtmlEditorUploadSettingsBase.UploadStorage property is set to FileSystem, the ASPxHtmlEditor control operates with files in the server’s physical file system. In this case, use the HtmlEditorUploadControlFileSystemSettings.UploadFolder setting provided by the FileSystemSettings property to specify a folder where uploaded files will be automatically saved.

See Also