ImageGallerySettings.ImageCacheFolder Property
Gets or sets the path to the folder that contains cached images.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A string value specifying the path to the folder. |
Remarks
When the ImageGallery extension is bound to a folder, the ImageGallery caches the images from the source folder to the folder specified via the ImageCacheFolder property.
Note
By default, images are cached to the public “~\Thumb\“ folder that can result in unauthorized access to private files, therefore we recommend you set restricted access for this folder.
See Also