Back to Devexpress

HtmlEditorVideoSelectorUploadSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-a49686ee.md

latest2.2 KB
Original Source

HtmlEditorVideoSelectorUploadSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorVideoSelectorUploadSettings :
    HtmlEditorFileManagerUploadSettings
vb
Public Class HtmlEditorVideoSelectorUploadSettings
    Inherits HtmlEditorFileManagerUploadSettings

Remarks

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

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerSettingsUpload HtmlEditorFileManagerUploadSettings HtmlEditorVideoSelectorUploadSettings

See Also

HtmlEditorVideoSelectorUploadSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace