manage additional ID of channel()
This function can be used to create, change or delete an additional ID for channel a.
The return value is "true" if successful, otherwise "false".
Parameters
Parameter |
Description |
a |
The channel ID. |
b |
Name of the additional ID. |
c |
Value for the additional ID. Note: Can remain empty for "delete". |
d |
(optional) "true", if c should be encrypted. Default: "false". |
e |
The operation to be performed. Allowed values: "add", "change", "delete". Note: When you create an additional ID, it is created centrally and in the channel. When you delete it, it is only removed in the channel. When you change an additional ID, it must exist in the channel. |