Skip to main content

MVCxHtmlEditorVideoSelectorSettings Members

Contains the HtmlEditor’s Select Video dialog’s settings.

Constructors

Name Description
MVCxHtmlEditorVideoSelectorSettings() Initializes a new instance of the MVCxHtmlEditorVideoSelectorSettings class with default settings.
MVCxHtmlEditorVideoSelectorSettings(IPropertiesOwner) Initializes a new instance of the MVCxHtmlEditorVideoSelectorSettings class with the specified owner.

Properties

Name Description
BreadcrumbsSettings Provides access to the breadcrumbs settings used by the File Manager embedded into built-in dialogs. Inherited from HtmlEditorFileManagerSettingsBase.
ClientSideEvents Gets an object that lists the client-side events specific to the built-in ASPxFileManager control used in the editor’s dialogs. Inherited from HtmlEditorFileManagerSettingsBase.
CommonSettings Provides access to a built-in dialog media selector’s main settings. Inherited from HtmlEditorFileManagerSettingsBase.
CustomFileSystemProvider Specifies the custom file system provider used in the file manager. Inherited from HtmlEditorFileManagerSettingsBase.
CustomFileSystemProviderTypeName Specifies the name of a custom file system provider type that is used in the file manager. Inherited from HtmlEditorFileManagerSettingsBase.
CustomThumbnail Enables you to provide custom thumbnails in Video Selector.
DataSource Specifies the object from which a built-in dialog retrieves its list of items. Inherited from HtmlEditorFileManagerSettingsBase.
DataSourceID Specifies the ID of an object from which a built-in dialog retrieves its list of items. Inherited from HtmlEditorFileManagerSettingsBase.
EditingSettings Provides access to a built-in dialog media selector’s editing settings. Inherited from HtmlEditorFileManagerSettingsBase.
Enabled Gets or sets a value indicating whether a built-in dialog media selector is enabled. Inherited from HtmlEditorFileManagerSettingsBase.
FileListSettings Provides access to the file list’s settings in a built-in dialog media selector. Inherited from HtmlEditorFileManagerSettingsBase.
FileUploading Enables you to perform custom actions before a file is uploaded in the Video Selector, and allows you to cancel the action.
FilteringSettings Provides access to the Html Editor’s settings that affect the file manager’s filtering functionality. Inherited from HtmlEditorFileManagerSettingsBase.
FolderCreating Enables you to perform custom actions before a folder is created in the Video Selector, and allows you to cancel the action.
FoldersSettings Provides access to the folder container’s settings within a built-in dialog media selector. Inherited from HtmlEditorFileManagerSettingsBase.
ItemCopying Enables you to perform custom actions before an item is copied in the Video Selector, and allows you to cancel the action.
ItemDeleting Enables you to perform custom actions before an item is deleted in the Video Selector, and allows you to cancel the action.
ItemMoving Enables you to perform custom actions before an item is moved in the Video Selector, and allows you to cancel the action.
ItemRenaming Enables you to perform custom actions before an item is renamed in the Video Selector, and allows you to cancel the action.
PermissionSettings Provides access to settings that relate to a built-in dialog media selector’s permissions. Inherited from HtmlEditorFileManagerSettingsBase.
ProviderType Specifies the type of provider used by the file manager. Inherited from HtmlEditorFileManagerSettingsBase.
RootFolderUrlPath Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined using the FileManagerSettings.RootFolder property of editor media dialogs. Inherited from HtmlEditorSelectorSettings.
SettingsAdaptivity Provides access to the adaptivity settings of the HTML editor’s built-in dialogs. Inherited from HtmlEditorFileManagerSettingsBase.
SettingsAmazon Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3). Inherited from HtmlEditorFileManagerSettingsBase.
SettingsAzure Gets settings allowing file manager to access a file system retained in Azure Service. Inherited from HtmlEditorFileManagerSettingsBase.
SettingsDataSource Gets settings allowing the file manager to access a file system retained in a data source. Inherited from HtmlEditorFileManagerSettingsBase.
SettingsDropbox Gets settings allowing the file manager to access a file system retained in the Dropbox Service. Inherited from HtmlEditorFileManagerSettingsBase.
ToolbarSettings Provides access to the visibility of toolbar items in a built-in dialog media selector. Inherited from HtmlEditorFileManagerSettingsBase.
UploadCallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to file uploads initiated by the HtmlEditor’s built-in Video Selector.
UploadSettings Provides access to the Video Selector upload settings.
VideoFileSaving Allows you to process an uploaded video file before it is saved to the server.

Methods

Name Description
Assign(PropertiesBase) Copies the settings of the specified object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also