Error processing SSI file
Error processing SSI file

Home » Development Area » DigiGuide Listings Grabber » API Index » Class: ListingsProcessor » addChannel Method

Class ListingsProcessor : addChannel Method


void addChannel( CustomChannel channel )

Summary

Add a channel into the system


Parameters

ParameterDescription
CustomChannel channel The channel you wish to add or update


Examples

var ch = new CustomChannel;

ch.name = "My Test Channel"
ch.epg = "123"
ch.categoryName = "Sports"
ch.logoURL = "http://www.MyTestChannel.com/logo.gif"

lp.addChannel( ch );


See Also

  • CustomChannel


    Requirements

    Build Build 1

    (Last updated: February 13, 2020 12:43:30)

    Error processing SSI file