query_all_tasklists
Description:
public Feed query_all_tasklists (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of all tasklists from the authenticated account which match the given query
.
It will return all tasklists the user has read access to.
For more details, see query.
Parameters:
this | |
query |
a Query 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 |