ASPxImageGallery.UpdateImageCacheFolder() Method
Updates the content of the image cache folder.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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