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