A subclass of FeedQuery, to create an Documents query URI.
Provides public properties that describe the different
aspects of the URI, as well as a composite URI.
Documents List supports the following standard GData query parameters:
alt, author, q, start-index, max-results, updated-min, updated-max, /category
For more information about the standard parameters, see the GData protocol reference document.
In addition to the standard GData query parameters, the Documents List data API uses the following parameters.
Parameter Meaning
title Specifies the search terms for the title of a document.
This parameter used without title-exact will only submit partial queries, not exact queries.
title-exact Specifies whether the title query should be taken as an exact string.
Meaningless without title. Possible values are true and false.
The Documents List data API supports the following categories.
Category: Document Type
Scheme: http://schemas.google.com/g/2005#kind
Term: http://schemas.google.com/docs/2007#type
Label: type
All documents of the corresponding type in the requesting users document list.
Type is currently one of (document|spreadsheet|presentation)
Category: Starred Status
Scheme: http://schemas.google.com/g/2005/labels
Term: starred
Label: starred
All documents that have been starred by the requesting user
Category: Containing Folders
Scheme: http://schemas.google.com/docs/2007/folders/user-email
Term: folder-id
Label: folder-name
All documents inside the given folder for the requesting user
Namespace:
Google.GData.Documents
Assembly:
Google.GData.Documents (in Google.GData.Documents.dll)
Version: 1.4.0.2
Syntax
Inheritance Hierarchy
System..::.Object
Google.GData.Client..::.FeedQuery
Google.GData.Documents..::.DocumentsListQuery
Google.GData.Documents..::.TextDocumentQuery
Google.GData.Documents..::.SpreadsheetQuery
Google.GData.Documents..::.PresentationsQuery
Google.GData.Documents..::.PDFsQuery
Google.GData.Documents..::.FolderQuery
Google.GData.Client..::.FeedQuery
Google.GData.Documents..::.DocumentsListQuery
Google.GData.Documents..::.TextDocumentQuery
Google.GData.Documents..::.SpreadsheetQuery
Google.GData.Documents..::.PresentationsQuery
Google.GData.Documents..::.PDFsQuery
Google.GData.Documents..::.FolderQuery