WebChannel

The basic Web channel information required to display a list of channels.

Structure
{ 
     unsigned int channelId; 
     unsigned int chanType; 
     unsigned int refUserOrGroupId; 
     boolean isHidden; 
     string title; 
     string url; 
};
Fields
  • channelId   The channel’s unique ID.

  • chanType   The channel’s type.

  • refUserOrGroupId   The user or group ID of the channel owner.

  • isHidden   Indicates whether the channel is hidden.

  • title   The name of the channel.

  • url   The URL of the channel

Remarks

WebChannelArray is an array of WebChannel structures.