DocumentsQuery
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_documents_query_get_type ()" ) ]
[
Version ( since =
"0.4.0" ) ]
public class DocumentsQuery :
Query
All the fields in the DocumentsQuery structure are private and should never be accessed directly.
Content:
Properties:
- public bool exact_title { get; set; }
Specifies whether the query should search for an exact title match for
the title parameter.
- public string folder_id { get; set; }
Specifies the ID of the folder in which to search.
- public bool show_deleted { get; set; }
A shortcut to request all documents that have been deleted.
- public bool show_folders { get; set; }
Specifies if the request also returns folders.
- public string title { owned get; set; }
A title (or title fragment) to be searched for.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object