sortSlides

TrueConf7/5/26Less than 1 minute

sortSlides

Description

Sort the list of slides by file name.

After sorting, you will receive notifications about the completion of the sort and the modified slide list. If the entire list was sorted without parameters, then a On_slidesSorted notification will be received.

void sortSlides()

Response example

{
    "method" : "sortSlides",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

void sortSlides()
Last Updated: