PicasaWebQuery
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"picasaweb_query" , type_id =
"gdata_picasaweb_query_get_type ()" ) ]
[
Version ( since =
"0.4.0" ) ]
public class PicasaWebQuery :
Query
All the fields in the PicasaWebQuery structure are private and should never be accessed directly.
Content:
Properties:
- public string image_size { get; set; }
A comma-separated list of image sizes (width in pixels) to return.
- public string location { get; set; }
A location to search for photos, e.
- public string tag { get; set; }
A tag which returned results must contain.
- public string thumbnail_size { get; set; }
A comma-separated list of thumbnail widths (in pixels) to return.
- public int visibility { get; set; }
Specifies which albums should be listed, in terms of their visibility
(visibility).
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object