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

MVCxHtmlEditorFlashSelectorUploadSettings Class

Contains (MVc specific) settings that relate to the built-in Flash Selector‘s file upload functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorFlashSelectorUploadSettings :
    MVCxHtmlEditorFileManagerUploadSettings

The following members return MVCxHtmlEditorFlashSelectorUploadSettings objects:

Remarks

A MVCxHtmlEditorFlashSelectorUploadSettings class instance can be accessed as SettingsDialogs.InsertFlashDialog.SettingsFlashSelector.UploadSettings on the HtmlEditor settings object level (that is using the HtmlEditorFileManagerSettingsBase.UploadSettings property available via the HtmlEditorSettings.SettingsDialogs, MVCxHtmlEditorDefaultDialogSettings.InsertFlashDialog and MVCxHtmlEditorInsertFlashDialogSettings.SettingsFlashSelector properties).

See Also