Back to Devexpress

MVCxHtmlEditorDocumentSelectorUploadSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-7891feb8.md

latest3.0 KB
Original Source

MVCxHtmlEditorDocumentSelectorUploadSettings Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorDocumentSelectorUploadSettings :
    MVCxHtmlEditorFileManagerUploadSettings
vb
Public Class MVCxHtmlEditorDocumentSelectorUploadSettings
    Inherits 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).

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerSettingsUpload HtmlEditorFileManagerUploadSettings MVCxHtmlEditorFileManagerUploadSettings MVCxHtmlEditorDocumentSelectorUploadSettings

See Also

MVCxHtmlEditorDocumentSelectorUploadSettings Members

HTML Editor

DevExpress.Web.Mvc Namespace