The Google Documents List data API allows client applications to upload documents to Google Documents and list them in the form of Google data API ("GData") feeds. Your client application can request a list of a user's documents, and query the content in an existing document. Here are some of the things you can do with the Documents List data API: Upload the word processing documents and spreadsheets on your computer to allow you to back them up or collaborate online when editing. Find all of your documents that contain specific keywords. Get a list of spreadsheets which can be accessed through the Google Spreadsheets data API.

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

Syntax

C#
public class DocumentsService : Service
Visual Basic (Declaration)
Public Class DocumentsService _

	Inherits Service
Visual C++
public ref class DocumentsService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.Documents..::.DocumentsService

See Also