de/activate partner channel()
This function activates or deactivates a channel.
If the execution is successful, the return value is "true".
Parameters
|
Parameter |
Description |
|
a |
ID of the channel. |
|
b |
If "true", errors are ignored. If an error occurs, there will be no exception, instead the function returns "false". Default: "false". |
|
c |
"true", to activate the channel and "false" to deactivate it. Default: "false". |