query_documents
Description:
public DocumentsFeed query_documents (DocumentsQuery? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of documents matching the given query
.
Note that query
has to be a DocumentsQuery, rather than just a
Query, as it uses the folder ID specified in
folder_id.
For more details, see query.
Parameters:
this | |
query |
a DocumentsQuery with the query parameters, or |
cancellable |
optional Cancellable object, or |
progress_callback |
a QueryProgressCallback to call when an entry is loaded, or
|
progress_user_data |
data to pass to the |
Returns:
a DocumentsFeed of query results; unref with unref |