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