Skip to main content
Tab

AutoGeneratedImagesSettingsBase.ImageCacheFolder Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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.

#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