groupRemoveXmlChannel( )

Removes a database (XML) channel from a group.

Pseudocode
groupRemoveXmlChannel(
  unsigned int groupId,
  unsigned int channelID
);
Parameters
  • groupId   The unique group ID.

  • channelId   The unique channel ID.

Returns
None