ibihelpme_GetScreenshotThumbnails
| Signature | ibihelpme_GetScreenshotThumbnails(): string | 
|---|---|
| Description | Returns a list of thumbnails of the created screenshots | 
| Available from API version | 1.0.0 | 
Parameter
No parameters required
Return value
| 
 | JSON array in the following format: 
        CODE
     For more information see ibihelpme_CreateScreenshot | 
|---|
Example
        JS
    
    var screenshotThumbnailsSerialized = window.external.ibihelpme_GetScreenshotThumbnails();
 
var screenshotThumbnails = JSON.parse(screenshotThumbnailsSerialized);
 
displayScreenshots(screenshotThumbnails);For more information see
