« Back to Product

Documentation

IPS_SetTemplateName

Require: IP-Symcon >= 8.0

 boolean IPS_SetTemplateName (string $TemplateID, string $Name) 

Parameters

TemplateID

The ID of the template whose name is to be customized

Name

The value to which the name of the template should be set

Returns

If the command could be executed successfully, it returns TRUE as the result, otherwise FALSE.

Description

The function sets the name of the template with the ID TemplateID to the value Name.

Example

IPS_SetTemplateName('{3C257416-99FE-0386-D8D3-20437FF62CEB}' , 'New Template');
Any questions?