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

HtmlEditorFileManagerUploadSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

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