Class Channel : categoryName Property
String categoryName [read only]; |
Summary
The category name of the channel.
Examples
var chn = programme.channel.channel;
if( chn.categoryName.toLowerCase() == "radio" ) { bIsRadio = true; }
|
Requirements
Build 1094
|