Ejemplo n.º 1
0
 public static YoutubeCommentThread CommentThread(CommentThreadSettings settings, params PartType[] partTypes)
 {
     return(new YoutubeCommentThread(settings, partTypes));
 }
Ejemplo n.º 2
0
 public static YoutubeCommentThread CommentThread(CommentThreadSettings settings = null)
 {
     return(CommentThread(settings, PartType.Snippet, PartType.Replies));
 }
Ejemplo n.º 3
0
 public static YoutubeCommentThreads CommentThreads(CommentThreadSettings settings, params PartType[] partTypes)
 {
     return(new YoutubeCommentThreads(settings, partTypes, ResultsPerPage));
 }