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

MVCxHtmlEditorDocumentSelectorUploadSettings Class

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorDocumentSelectorUploadSettings :
    MVCxHtmlEditorFileManagerUploadSettings

The following members return MVCxHtmlEditorDocumentSelectorUploadSettings objects:

Remarks

A MVCxHtmlEditorDocumentSelectorUploadSettings class instance can be accessed as SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector.UploadSettings on the HtmlEditor settings object level (that is using the HtmlEditorFileManagerSettingsBase.UploadSettings property available via the HtmlEditorSettings.SettingsDialogs, MVCxHtmlEditorDefaultDialogSettings.InsertLinkDialog and MVCxHtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector properties).

See Also