V9.Common:RecommendationList

Jump to: navigation, search

RecommendationList

Contains information about a recommendation list.

Elements

NameTypeDescription
Configuration XML String Co-branding information.
ContentProviderName String Provider of the recommendation list.
Description String Description of the list in less than 256 characters.
DisplayOrder Integer Sequence value for displaying the list of recommendation lists.
ListImageUri String URL to the logo of the content provider.
Qualification Qualification Qualification information for the list.
RecommendationListId String Guid ID of the recommendation list.
Title String Title of the recommendation list.

XML Response Example

<RecommendationList>
  <RecommendationListId>b21804dc-deb5-48b9-89cf-6deac14e940c</RecommendationListId>
  <Title>Hot List</Title>
  <Description>The must-see premieres, the season-finale cliffhangers, the buzzworthy cable shows. Select choices that help viewers navigate the vast TV landscape.</Description>
  <Configuration>&lt;Configuration>&lt;Cobranding PartnerId="0" PartnerName="TV Guide" ImageURL="http://www.tvguide.com/gi/w/81.gif"/>&lt;/Configuration></Configuration>
  <DisplayOrder>100</DisplayOrder>
  <Qualification/>
  <ContentProviderName>Corporate</ContentProviderName>
  <ListImageUri>http://www.rovicorp.com/webdocuments/rovi_header_logo.gif</ListImageUri>
</RecommendationList>
 
Personal tools