Skip to main content

HtmlEditorFileManagerUploadSettings Class

Contains settings that relate to the built-in dialog‘s file upload functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorFileManagerUploadSettings :
    FileManagerSettingsUpload

The following members return HtmlEditorFileManagerUploadSettings objects:

Remarks

An object of the HtmlEditorFileManagerUploadSettings type can be accessed by the HtmlEditorFileManagerSettingsBase.UploadSettings property.

See Also