HtmlEditorExtension.SaveUploadedVideo(String, HtmlEditorVideoSelectorSettings) Method
Saves a video file uploaded via a specific HtmlEditor’s Video Selector dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void SaveUploadedVideo(
string name,
HtmlEditorVideoSelectorSettings videoSelectorSettings
)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string value specifying the HtmlEditor’s name (SettingsBase.Name). |
| videoSelectorSettings | HtmlEditorVideoSelectorSettings | A HtmlEditorVideoSelectorSettings object containing the Video Selector dialog’s settings. |
See Also