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

HtmlEditorUploadControlFileSystemSettings Class

Provides settings allowing you to specify a folder where uploaded files will be automatically saved.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorUploadControlFileSystemSettings :
    UploadControlFileSystemSettings

The following members return HtmlEditorUploadControlFileSystemSettings objects:

Remarks

These settings can be accessed by the HtmlEditorFileSaveSettings.FileSystemSettings and ASPxHtmlEditorUploadSettingsBase.FileSystemSettings properties.

See Also