Skip to main content

MVCxHtmlEditorAudioSelectorUploadSettings Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorAudioSelectorUploadSettings :
    MVCxHtmlEditorFileManagerUploadSettings

Remarks

A MVCxHtmlEditorAudioSelectorUploadSettings class instance can be accessed as SettingsDialogs.InsertAudioDialog.SettingsAudioSelector.UploadSettings on the HtmlEditor settings object level (that is using the HtmlEditorFileManagerSettingsBase.UploadSettings property available via the HtmlEditorSettings.SettingsDialogs, MVCxHtmlEditorDefaultDialogSettings.InsertAudioDialog and MVCxHtmlEditorInsertAudioDialogSettings.SettingsAudioSelector properties).

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also