Skip to main content

HtmlEditorExtension.SaveUploadedFlash(String, HtmlEditorFlashSelectorSettings) Method

In This Article

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

Namespace: DevExpress.Web.Mvc

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

#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