ASPxImageSlider.BinaryImageCacheFolder Property
OBSOLETE
Use the Settings
Gets or sets the path to the folder that contains binary images displayed by the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
[Obsolete("Use the SettingsAutoGeneratedImages.ImageCacheFolder property instead.")]
public string BinaryImageCacheFolder { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value specifying the path to the folder. |
#Remarks
The ASPxImageSlider control provides the ability to display binary images. Use the ASPxImageSlider.ImageContentBytesField and ASPxImageSlider.ThumbnailContentBytesField properties to specify the data source fields from which binary images and thumbnails should be retrieved.
The ASPxImageSlider control caches the images to the folder specified via the BinaryImageCacheFolder property. You can get the URLs of cached image and thumbnails using an item’s ImageSliderItem.BinaryImageUrl and ImageSliderItem.BinaryThumbnailUrl properties respectively.