# removeAllSlides
Description
Delete all the slides from the slideshow.
This command does not work for the slideshow in a video call and group conference. If the slideshow has already been started, it will be stopped. It is also possible to specify if the file should be physically deleted from the HTTP server.
void removeAllSlides(bool bRemoveFromServer)
Parameters
Name | Description |
---|---|
bRemoveFromServer | An optional flag indicating if the file should be physically deleted from the HTTP server. If this parameter is not included, it is equal to 'true' |
Response example
{
"method": "removeAllSlides",
"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
- getFileList
- getSlideShowInfo
- getSlideShowCache
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- stopSlideShow
- removeImageFromCachingQueue
- 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
- On_slidesSorted