Skip to main content

HtmlEditorVideoSelectorUploadSettings Class

Contains settings that relate to the built-in Video Selector‘s file upload functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorVideoSelectorUploadSettings :
    HtmlEditorFileManagerUploadSettings

Remarks

A HtmlEditorVideoSelectorUploadSettings class instance can be accessed by using the HtmlEditorFileManagerSettingsBase.UploadSettings property available via the HtmlEditorInsertVideoDialogSettings.SettingsVideoSelector property.

See Also