C# Class Google.Api.Ads.AdWords.Examples.CSharp.v201306.GetAllVideosAndImages

This code example gets all videos and images. To upload video, see http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=39454. To upload image, run UploadImage.cs. Tags: MediaService.get
Inheritance: ExampleBase
Afficher le fichier Open project: Zocdoc/googleads-adwords-dotnet-lib Class Usage Examples

Méthodes publiques

Méthode Description
Main ( string args ) : void

Main method, to run this code example as a standalone application.

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user ) : void

Runs the code example.

Private Methods

Méthode Description
CreateMediaDimensionMap ( Media_Size_DimensionsMapEntry dimensions ) : Dimensions>.Dictionary

Converts an array of Media_Size_DimensionsMapEntry into a dictionary.

Method Details

Main() public static méthode

Main method, to run this code example as a standalone application.
public static Main ( string args ) : void
args string The command line arguments.
Résultat void

Run() public méthode

Runs the code example.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
Résultat void