# addSlide

Description

Add a slide to a slideshow.

void addSlide(int iFileId)

Parameters

Name Description
iFileId the identifier of the file on the built-in HTTP server that was previously uploaded and which needs to be added to the slide list

Response example

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

Response Parameters

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

See also

Last Updated: 09/12/2025