DigiGuide Logo

Home » Development Area » DigiGuide Script » API Index » Class: ChannelManager » isChannelSelected Method

Class ChannelManager : isChannelSelected Method


Boolean isChannelSelected( Integer nChannelID )

Summary

Determine if a channel is selected by the user.


Parameters

ParameterDescription
Integer nChannelID


Returns


True if the passed channel is selected by the user, false otherwise.


Examples

var cm = app.getChannelManager();
if( cm.isChannelSelected( 1 ) )
{
alert( "channel is selected" );
}


Requirements

Build 1059

(Last updated: July 04, 2008 15:17:07)