MVCxHtmlEditorFileManagerUploadSettings Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxHtmlEditorFileManagerUploadSettings :
HtmlEditorFileManagerUploadSettings
#Related API Members
The following members return MVCxHtmlEditorFileManagerUploadSettings objects:
#Remarks
This class serves as a base for the MVCxHtmlEditorDocumentSelectorUploadSettings and MVCxHtmlEditorImageSelectorUploadSettings classes.
#Inheritance
See Also