ImageSliderSettings.BinaryImageCacheFolder Property
OBSOLETE
Use the SettingsAutoGeneratedImages.ImageCacheFolder property instead.
Gets or sets the path to the folder that contains cached binary images displayed by ImageSlider.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the SettingsAutoGeneratedImages.ImageCacheFolder property instead.")]
public string BinaryImageCacheFolder { get; set; }
Property Value
Type | Description |
---|---|
String | A string value specifying the path to the cached binary images. |
Remarks
The BinaryImageCacheFolder property specifies the location of the cached binary images that are displayed in the image area. The corresponding thumbnails are created automatically.
If the BinaryImageCacheFolder property is specified, binary images retrieved from the data base will be stored within the specified folder.
Note
The BinaryImageCacheFolder property must be specified if you obtain binary images from the data source.