ASPxImageSliderBase.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 ASPxImageSliderBase.ImageSourceFolder property is specified and the ImageSliderAutoGeneratedImagesSettings.EnableImageAutoGeneration property is set to true
, the control caches the images from the source folder to the folder specified via the AutoGeneratedImagesSettingsBase.ImageCacheFolder property.
Use the UpdateImageCacheFolder method to update the content of the cache folder.
See Also