Google Documents List feed URI takes the following form: http://docs.google.com/feeds/documents/visibility/projection The visibility parameter has two possible values: private and public. In almost all cases, your client should use private. The projection parameter indicates what information is included in the representation. For example, if your client specifies a projection of basic, it's requesting an Atom feed without any GData extension elements. Currently, in the Documents List feed, only the private/full combination for visibility and projection is available.

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

Syntax

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

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

Inheritance Hierarchy

See Also