Skip to main content
Skip table of contents

ibihelpme_DeleteScreenshot

Signatur
ibihelpme_DeleteScreenshot(id: string) : void
BeschreibungLöscht den entsprechenden Screenshot
Verfügbar ab API-Version1.0.0

Parameter

NameTypBeschreibung
idstring

Id des Screenshots

Rückgabewert

Kein Rückgabewert

Beispiel

JS
function onDeleteScreenshot(id)
{
	window.external.ibihelpme_DeleteScreenshot(id);
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.