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

ASPxImageSliderBase.UpdateImageCacheFolder() Method

Updates the content of the image cache folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual void UpdateImageCacheFolder()

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