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

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.v18.2.dll

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