Exemple #1
0
 public static string GetLogoImage(Guid channelId, string channelDisplayName, ISchedulerService tvSchedulerAgent)
 {
     return(ChannelLogosCache.GetLogoPath(tvSchedulerAgent, channelId, channelDisplayName, HomeBase.LogoIconWidth, HomeBase.LogoIconHeight));
 }
Exemple #2
0
 public static string GetLogoImage(Guid channelId, string channelDisplayName)
 {
     return(ChannelLogosCache.GetLogoPath(channelId, channelDisplayName, HomeBase.LogoIconWidth, HomeBase.LogoIconHeight));
 }