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

HtmlEditorAudioSelectorUploadSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorAudioSelectorUploadSettings :
    HtmlEditorFileManagerUploadSettings

Remarks

A HtmlEditorAudioSelectorUploadSettings class instance can be accessed by using the HtmlEditorFileManagerSettingsBase.UploadSettings property available via the HtmlEditorInsertAudioDialogSettings.SettingsAudioSelector property.

See Also