Back to Devexpress

AutoGeneratedImagesSettingsBase.ImageCacheFolder Property

aspnet-devexpress-dot-web-dot-autogeneratedimagessettingsbase.md

latest2.1 KB
Original Source

AutoGeneratedImagesSettingsBase.ImageCacheFolder Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ImageCacheFolder { get; set; }
vb
<DefaultValue("")>
Public Property ImageCacheFolder As String

Property Value

TypeDefaultDescription
StringString.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

ImageSourceFolder

EnableImageAutoGeneration

Image Caching

AutoGeneratedImagesSettingsBase Class

AutoGeneratedImagesSettingsBase Members

DevExpress.Web Namespace