Ejemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='searchValue'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 /// <param name='channelId'>
 /// </param>
 public static object GetYoutubeSearchResults(this IMaterialApi operations, string searchValue, string lang, string channelId = default(string))
 {
     return(operations.GetYoutubeSearchResultsAsync(searchValue, lang, channelId).GetAwaiter().GetResult());
 }