Skip to main content

MVCxHtmlEditorImageUploadSettings Members

Contains settings that relate to the HtmlEditor’s functionality for uploading images (this functionality can be accessed via the Insert Image Dialog‘s ‘From your computer’ option).

Constructors

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

Properties

Name Description
AdvancedUploadModePacketSize Gets or sets the size of file packets. Inherited from ASPxHtmlEditorUploadSettingsBase.
AdvancedUploadModeTemporaryFolder Gets or sets the server folder where files, which are currently being uploaded, are maintained. Inherited from ASPxHtmlEditorUploadSettingsBase.
AmazonSettings Gets settings allowing ASPxHtmlEditor to access a file system storage in an Amazon Simple Storage Service (Amazon S3). Inherited from ASPxHtmlEditorUploadSettingsBase.
AzureSettings Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service. Inherited from ASPxHtmlEditorUploadSettingsBase.
DropboxSettings Gets settings allowing ASPxHtmlEditor to access a file system storage in the DropBox Service. Inherited from ASPxHtmlEditorUploadSettingsBase.
FileSystemSettings Gets settings allowing the ASPxHtmlEditor control to operate with files in the server’s physical file system. Inherited from ASPxHtmlEditorUploadSettingsBase.
UploadCallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to file uploading through Image Dialogs.
UploadFolderUrlPath Specifies the relative URL path to an upload folder whose physical path is defined using the UploadFolder property. Inherited from ASPxHtmlEditorUploadSettingsBase.
UploadImageFolder Obsolete. Gets or sets the path to the folder that contains uploaded images used by the editor. Inherited from ASPxHtmlEditorImageUploadSettings.
UploadStorage Specifies the type of storage used by the ASPxHtmlEditor control. Inherited from ASPxHtmlEditorUploadSettingsBase.
UseAdvancedUploadMode Gets or sets a value specifying whether the advanced upload mode is used. Inherited from ASPxHtmlEditorImageUploadSettings.
ValidationSettings Gets settings that relate to the validation of image files uploaded within the ASPxHtmlEditor. Inherited from ASPxHtmlEditorImageUploadSettings.

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