groupGetXmlChannelDetail( )

Retrieves the details about a database (XML) channel in a group.

Pseudocode
groupGetXmlChannelDetail(
  unsigned int groupId,
  unsigned int channelId
);
Parameters
  • groupId   The unique group ID.

  • channelId   The unique channel ID.

Returns
The information in a XmlChannelDetail structure.