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

HtmlEditorExtension.SaveUploadedAudio(String, HtmlEditorAudioSelectorSettings) Method

Saves an audio file uploaded via a specific HtmlEditor’s Audio Selector dialog.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static void SaveUploadedAudio(
    string name,
    HtmlEditorAudioSelectorSettings audioSelectorSettings
)

Parameters

Name Type Description
name String

A string value specifying the HtmlEditor’s name (SettingsBase.Name).

audioSelectorSettings HtmlEditorAudioSelectorSettings

A HtmlEditorAudioSelectorSettings object containing the Audio Selector dialog’s settings.

See Also