Skip to main content

HtmlEditorExtension.SaveUploadedFlash(String, HtmlEditorFlashSelectorSettings) Method

Saves a flash file uploaded via a specific HtmlEditor’s Flash Selector dialog.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void SaveUploadedFlash(
    string name,
    HtmlEditorFlashSelectorSettings flashSelectorSettings
)

Parameters

Name Type Description
name String

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

flashSelectorSettings HtmlEditorFlashSelectorSettings

A HtmlEditorFlashSelectorSettings object containing the Flash Selector dialog’s settings.

See Also