MVCxHtmlEditorFileManagerUploadSettings Properties
Contains base settings that relate to the file upload functionality of the HtmlEditor’s built-in file managers (Image Selector and Document Selector).| Name | Description |
|---|---|
| AdvancedModeSettings | Gets the Advanced upload mode settings. Inherited from FileManagerSettingsUpload. |
| AllowedFolder | Obsolete. Gets or sets a value that specifies whether uploading is available for a specified folder only. Inherited from FileManagerSettingsUpload. |
| AllowedFolderPath | Obsolete. Specifies a path to a folder, where users can upload files. Inherited from FileManagerSettingsUpload. |
| AutoStartUpload | Specifies whether file uploading starts automatically when a file is added to the upload panel. Inherited from FileManagerSettingsUpload. |
| DialogTriggerID | Gets or sets the ID of a web control or HTML element (or a list of IDs), a click on which invokes file upload dialog. Inherited from FileManagerSettingsUpload. |
| Enabled | Gets or sets a value that indicates whether the upload is enabled for the built-in dialogs. Inherited from HtmlEditorFileManagerUploadSettings. |
| NullText | Gets or sets the prompt text displayed within the upload panel‘s text box when no file is selected. Inherited from FileManagerSettingsUpload. |
| ShowUploadPanel | Specifies whether the upload panel is displayed in the built-in dialogs. Inherited from HtmlEditorFileManagerUploadSettings. |
| UseAdvancedUploadMode | Gets or sets a value specifying whether the advanced upload mode is used in upload panel. Inherited from FileManagerSettingsUpload. |
| ValidationSettings | Provides access to the built-in file manager upload validation settings. |
See Also