« Back to Product

Documentation

IPS_PresentationExists

Require: IP-Symcon >= 8.0

 boolean IPS_PresentationExists (string $PresentationID) 

Parameters

PresentationID

The ID of the presentation to be checked, formatted as GUID

Returns

If the presentation exists in the system, TRUE is returned, otherwise FALSE.

Description

The function checks whether the presentation with the ID PresentationID exists.

Example

if (IPS_PresentationExists('{60AE6B26-B3E2-BDB1-A3A1-BE232940664B}' /* Slider */)) {
    echo 'Presentation already exists!';
}
Any questions?