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.v18.2.dll

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:

Object Type Path to ImageCacheFolder
ASPxImageSlider
.SettingsAutoGeneratedImages.ImageCacheFolder
ASPxImageZoomNavigator
.SettingsAutoGeneratedImages.ImageCacheFolder
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