Hi
I have given below code for most popular. If i want to give most viewd , what changes i need to do
var searchRequest = yt.Videos.List("snippet"); searchRequest.Chart = VideosResource.ListRequest.ChartEnum.MostPopular;
Thanks