Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorImageUploadSettings.UploadImageFolder Property

OBSOLETE

Use the UploadFolder property instead.

Gets or sets the path to the folder that contains uploaded images used by the editor.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue("~/")]
[Obsolete("Use the UploadFolder property instead.")]
public string UploadImageFolder { get; set; }

Property Value

Type Default Description
String "~/"

A string value specifying the root path of uploaded images.

Property Paths

You can access this nested property as listed below:

Object Type Path to UploadImageFolder
HtmlEditorInsertImageDialogSettings
.SettingsImageUpload.UploadImageFolder

Remarks

Use the UploadImageFolder property to specify the location of a folder where images uploaded by the ASPxHtmlEditor control should be stored.

Note, to set the UploadImageFolder property programmatically, use the Init event.

The following code snippets (auto-collected from DevExpress Examples) contain references to the UploadImageFolder property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also