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

AutoGeneratedImagesSettingsBase.ImageCacheFolder Property

Gets or sets the path to the folder that contains cached images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ImageCacheFolder { get; set; }

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 Controls and MVC Extensions ASPxImageSlider
.SettingsAutoGeneratedImages .ImageCacheFolder
ASPxImageZoomNavigator
.SettingsAutoGeneratedImages .ImageCacheFolder
ASP.NET MVC Extensions ImageSliderSettings
.SettingsAutoGeneratedImages .ImageCacheFolder
ImageZoomNavigatorSettings
.SettingsAutoGeneratedImages .ImageCacheFolder
MVCxImageSlider
.SettingsAutoGeneratedImages .ImageCacheFolder
MVCxImageZoomNavigator
.SettingsAutoGeneratedImages .ImageCacheFolder

Remarks

You can use the ASPxImageSliderBase.UpdateImageCacheFolder method to update the content of the cache folder.

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.

See Also