예제 #1
0
 public static YoutubeChannelSection RequestSnippet(this YoutubeChannelSection channelSection)
 {
     return(channelSection.RequestPart(PartType.Snippet));
 }
예제 #2
0
 public static YoutubeChannelSection RequestLocalizations(this YoutubeChannelSection channelSection)
 {
     return(channelSection.RequestPart(PartType.Localizations));
 }
예제 #3
0
 public static YoutubeChannelSection RequestTargeting(this YoutubeChannelSection channelSection)
 {
     return(channelSection.RequestPart(PartType.Targeting));
 }
예제 #4
0
 public static YoutubeChannelSection RequestContentDetails(this YoutubeChannelSection channelSection)
 {
     return(channelSection.RequestPart(PartType.ContentDetails));
 }