sortSlides
sortSlides
Description: sort the list of slides by file name.
After sorting, a notification will be sent about the completion of the sorting and the modified slide list. If the entire list is sorted without parameters, you will receive slidesSorted, and if sorted with parameters, you will receive slidesChunkSorted.
Request example:
{
"method" : "sortSlides",
"requestId" : "1"
}Response example:
{
"method" : "sortSlides",
"requestId" : "1",
"result" : true
}Parameter description:
requestId- a unique request identifier. You can find more details about it here.fromIndex- the index of the slide from which to start sorting the slides. This parameter is optional. If not provided, by default the entire list will be sorted. If it is provided, then thetoIndexparameter must also be present.toIndex- the index of the slide up to which the slides need to be sorted. Optional parameter. If absent, by default the entire list will be sorted. If present, then thefromIndexparameter must also be specified.
See also:
- addSlide
- getFileList
- getSlideShowInfo
- removeAllSlides
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- getSlideShowCache
- removeImageFromCachingQueue
- stopCachingAllImages
- sendStopContentSharing
- contentSharingStoppedByConferenceLeader
- mySlideShowStarted
- mySlideShowStopped
- slideAdded
- slideRemoved
- slidePositionChanged
- currentSlideIndexChanged
- slideShowAvailabilityChanged
- mySlideShowTitleChanged
- slideShowCleared
- slideUploaded
- allSlidesRemoved
- slideCached
- slideCachingStarted
- allSlidesCachingStopped
- imageAddedToCachingQueue
- imageRemovedFromCachingQueue
- slidesSorted
- slidesChunkSorted