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 Html |
flash |
Html |
A Html |
See Also