webchannelGetAll( )

Retrieves a list of all Web channels of one type, by user or group ID.

Pseudocode
webchannelGetAll(
  unsigned int chanType,
  unsigned int refUserOrGroupId
);
Parameters
  • chanType   The type of channel.

  • refUserOrGroupId   The unique ID of the user or group.

Returns
A WebChannelArrayarray.
Remarks

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