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