Class ListingsManager : getChannels Method


Array getChannels()

Summary

Return an Array of Channel objects.


Remarks

This is not the user selected channels. It is a list of all of the channels available to use within DigiGuide.


Returns


Returns an Array of Channel objects.


Examples

Dump the list of channels to the output;

var listings = app.getListingsManager();
var channels = listings.getChannels();

for (var channel in channels )
{
debugOut( channels[channel].name + "(" + channels[channel].id + ")" );
}


See Also

  • Channel


    Requirements

    Build 1059