The YouTube Data API allows applications to perform functions normally executed on the YouTube website. The API enables your application to search for YouTube videos and to retrieve standard video feeds, comments and video responses. In addition, the API lets your application upload videos to YouTube or update existing videos. Your can also retrieve playlists, subscriptions, user profiles and more. Finally, your application can submit authenticated requests to enable users to create playlists, subscriptions, contacts and other account-specific entities.

Namespace:  Google.GData.YouTube
Assembly:  Google.GData.YouTube (in Google.GData.YouTube.dll)
Version: 1.4.0.2

Syntax

C#
public class YouTubeFeed : AbstractFeed
Visual Basic (Declaration)
Public Class YouTubeFeed _

	Inherits AbstractFeed
Visual C++
public ref class YouTubeFeed : public AbstractFeed

Inheritance Hierarchy

See Also