ImageZoomAutoGeneratedImagesSettings.ImageCacheFolder Property
Specifies the path to the folder that contains cached images.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value specifying the path to the folder. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ImageCacheFolder |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageZoom |
|
ASP.NET MVC Extensions | ImageZoomSettings |
|
Remarks
When the ASPxImageZoom control displays binary images, which can be specified using the ASPxImageZoom.ImageContentBytes and ASPxImageZoom.LargeImageContentBytes properties, the control caches the images to the folder specified by the ImageCacheFolder property.
Note
By default, images are cached to the public “~\Thumb\“ folder. This can result in unauthorized access to private files. Therefore, we recommend you set restricted access for this folder.