HtmlEditorDocumentSelectorUploadSettings Members
Contains settings that relate to the built-in Document Selector‘s file upload functionality.Constructors
Name | Description |
---|---|
HtmlEditorDocumentSelectorUploadSettings(IPropertiesOwner) | Initializes a new instance of the HtmlEditorDocumentSelectorUploadSettings class with the specified owner. |
Properties
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 Document Selector. |
UseAdvancedUploadMode | Gets or sets a value specifying whether the advanced upload mode is used in upload panel. Inherited from FileManagerSettingsUpload. |
ValidationSettings | Gets the upload validation settings applied for built-in file selectors. Inherited from HtmlEditorFileManagerUploadSettings. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. Inherited from FileManagerSettingsUpload. |
Changed(PropertiesBase) | For internal use only. Inherited from FileManagerSettingsBase. |
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