Esempio n. 1
0
 public static YoutubeChannelSections RequestLocalizations(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.Localizations));
 }
Esempio n. 2
0
 public static YoutubeChannelSections RequestSnippet(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.Snippet));
 }
Esempio n. 3
0
 public static YoutubeChannelSections RequestContentDetails(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.ContentDetails));
 }
Esempio n. 4
0
 public static YoutubeChannelSections RequestTargeting(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.Targeting));
 }