Documentation
IPS_GetTemplateListByPresentation
Require: IP-Symcon >= 8.0
array IPS_GetTemplateListByPresentation (string $PresentationID)
Parameters
PresentationID | The ID of the presentation whose templates are to be listed |
Returns
An array of the IDs of a presentation
Description
The function returns the IDs of all templates of the display with the ID PresentationID. The function IPS_GetTemplate can be used for more information about the individual templates.
Example
print_r(IPS_GetTemplateListByPresentation('{6B9CAEEC-5958-C223-30F7-BD36569FC57A}' /* Slider */));