Back to Devexpress

MVCxHtmlEditorVideoSelectorUploadSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-3c9ba1aa.md

latest2.9 KB
Original Source

MVCxHtmlEditorVideoSelectorUploadSettings Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorVideoSelectorUploadSettings :
    MVCxHtmlEditorFileManagerUploadSettings
vb
Public Class MVCxHtmlEditorVideoSelectorUploadSettings
    Inherits MVCxHtmlEditorFileManagerUploadSettings

The following members return MVCxHtmlEditorVideoSelectorUploadSettings objects:

Remarks

A MVCxHtmlEditorVideoSelectorUploadSettings class instance can be accessed as SettingsDialogs.InsertVideoDialog.SettingsVideoSelector.UploadSettings on the HtmlEditor settings object level (that is using the HtmlEditorFileManagerSettingsBase.UploadSettings property available via the HtmlEditorSettings.SettingsDialogs, MVCxHtmlEditorDefaultDialogSettings.InsertVideoDialog and MVCxHtmlEditorInsertVideoDialogSettings.SettingsVideoSelector properties).

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerSettingsUpload HtmlEditorFileManagerUploadSettings MVCxHtmlEditorFileManagerUploadSettings MVCxHtmlEditorVideoSelectorUploadSettings

See Also

MVCxHtmlEditorVideoSelectorUploadSettings Members

DevExpress.Web.Mvc Namespace