HtmlEditorUploadControlFileSystemSettings Class
In This Article
Provides settings allowing you to specify a folder where uploaded files will be automatically saved.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HtmlEditorUploadControlFileSystemSettings :
UploadControlFileSystemSettings
#Related API Members
The following members return HtmlEditorUploadControlFileSystemSettings objects:
#Remarks
These settings can be accessed by the HtmlEditorFileSaveSettings.FileSystemSettings and ASPxHtmlEditorUploadSettingsBase.FileSystemSettings properties.
#Inheritance
Object
StateManager
PropertiesBase
UploadControlUploadStorageSettingsBase
UploadControlFileSystemSettings
HtmlEditorUploadControlFileSystemSettings
See Also