Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorFileManagerUploadSettings :
    HtmlEditorFileManagerUploadSettings

The following members return MVCxHtmlEditorFileManagerUploadSettings objects:

Remarks

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

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also