webchannelUpdateCategory( )

Modifies a Web channel category.

Pseudocode
webchannelUpdateCategory(
  unsigned int categoryId,
  NewCategory category
);
Parameters
  • categoryId   The unique category ID.

  • category   The name of the category.

Returns
None