returns one of the youtube default feeds.

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

Syntax

C#
public Feed<Group> GetGroups(

	string user

)
Visual Basic (Declaration)
Public Function GetGroups ( _

	user As String _

) As Feed(Of Group)
Visual C++
public:

Feed<Group^>^ GetGroups(

	String^ user

)

Parameters

user
Type: System..::.String
the user for whom to retrieve the feed

Return Value

a feed of Videos

See Also