# 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

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

void sortSlides()
Last Updated: 09/12/2025