Skip to main content
Tab

ASPxImageGallery.UpdateImageCacheFolder() Method

Updates the content of the image cache folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void UpdateImageCacheFolder()

Remarks

When the ImageGalleryFolderSettings.ImageSourceFolder property is specified, the ASPxImageSlider caches the images from the source folder to the folder specified via the ImageGalleryFolderSettings.ImageCacheFolder property.

Use the UpdateImageCacheFolder method to update the content of the cache folder.

See Also