The basic Web channel information required to display a list of channels.
{ unsigned int channelId; unsigned int chanType; unsigned int refUserOrGroupId; boolean isHidden; string title; string url; };
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
WebChannelArray
is an array of WebChannel
structures.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |