Пример #1
0
 public static YoutubeChannelSections RequestLocalizations(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.Localizations));
 }
Пример #2
0
 public static YoutubeChannelSections RequestSnippet(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.Snippet));
 }
Пример #3
0
 public static YoutubeChannelSections RequestContentDetails(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.ContentDetails));
 }
Пример #4
0
 public static YoutubeChannelSections RequestTargeting(this YoutubeChannelSections channelSections)
 {
     return(channelSections.RequestPart(PartType.Targeting));
 }