Error processing SSI file
Error processing SSI file

Home » Development Area » DigiGuide Listings Grabber » API Index » Class: CustomProgramme » addKeyword Method

Class CustomProgramme : addKeyword Method


void addKeyword( String keyword )

Summary

Adds a keyword string to any existing keywords, adding a comma if needed


Parameters

ParameterDescription
String keyword Specify the keyword to add to the programme, such as "Action", "Thriller", "Horror" etc.


Examples

var prog = new CustomProgramme;
prog.addKeyword( "Action" );
prog.addKeyword( "Thriller" );
prog.addKeyword( "Horror" );
debugOut( prog.keywords ); // Should display "Action, Thriller, Horror"


Requirements

Build Build 3

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

Error processing SSI file