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.v24.1.dll
NuGet Package: DevExpress.Web
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 |
|
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.
See Also