webchannelUpdate( )

Modifies a Web channel.

Pseudocode
webchannelUpdate(
  unsigned int chanType,
  unsigned int refUserOrGroupId,
  unsigned int ChannelId,
  newWebChannel webChannel
);
Parameters
  • chanType   The type of channel.

  • refUserOrGroupId   The unique ID of the user or group.

  • ChannelId   The unique ID of the Web channel.

  • webChannel   The name of the updated Web channel.

Returns
None
Remarks

The refUserOrGroupId parameter must be set to an existing user or group ID, depending on chanType.