Skip to main content
A newer version of this page is available. .
Tab

ASPxImageGallery.UpdateImageCacheFolder() Method

Updates the content of the image cache folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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