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

MVCxHtmlEditorFileManagerUploadSettings Class

Contains base settings that relate to the file upload functionality of the HtmlEditor’s built-in file managers (Image Selector and Document Selector).

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorFileManagerUploadSettings :
    HtmlEditorFileManagerUploadSettings

The following members return MVCxHtmlEditorFileManagerUploadSettings objects:

Remarks

This class serves as a base for the MVCxHtmlEditorDocumentSelectorUploadSettings and MVCxHtmlEditorImageSelectorUploadSettings classes.

See Also