# removeImageFromCachingQueue
Description
Delete the file from the slideshow caching queue
void removeImageFromCachingQueue(int iFileId)
Parameters
Name | Description |
---|---|
iFileId | The unique identifier of a file on the built-in HTTP server that was previously uploaded and needs to be removed from the caching queue for the slideshow |
Response example
{
"method": "removeImageFromCachingQueue",
"requestId" : "1",
"result": true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also
- addSlide
- getSlideShowInfo
- getSlideShowCache
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide '
- startSlideShow
- stopSlideShow
- removeAllSlides
- stopCachingAllImages
- On_mySlideShowStarted
- On_mySlideShowStopped
- On_slideAdded
- On_slideRemoved
- On_slidePositionChanged
- On_currentSlideIndexChanged
- On_slideShowAvailabilityChanged
- On_mySlideShowTitleChanged
- On_slideShowCleared
- On_slideUploaded
- On_allSlidesRemoved
- On_slideCached
- On_slideCachingStarted
- On_allSlidesCachingStopped
- On_imageAddedToCachingQueue
- On_imageRemovedFromCachingQueue