PicasaWebAlbum
Object Hierarchy:
Description:
[ CCode ( lower_case_csuffix = "picasaweb_album" , type_id = "gdata_picasaweb_album_get_type ()" ) ]
[ Version ( since = "0.4.0" ) ]
public class PicasaWebAlbum : Entry
[ Version ( since = "0.4.0" ) ]
public class PicasaWebAlbum : Entry
All the fields in the PicasaWebAlbum structure are private and should never be accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
- public string album_id { owned get; construct; }
The ID of the album.
- public long bytes_used { get; }
The number of bytes consumed by this album and its contents.
- public uint comment_count { get; }
The number of comments on the album.
- public int64 edited { get; }
The time this album was last edited.
- public bool is_commenting_enabled { get; set; }
- public double latitude { get; set; }
The location as a latitude coordinate associated with this album.
- public string location { get; set; }
The user-specified location associated with the album.
- public double longitude { get; set; }
The location as a longitude coordinate associated with this album.
- public string nickname { get; }
The user's nickname.
- public uint num_photos { get; }
The number of photos and videos in the album.
- public uint num_photos_remaining { get; }
The number of photos and videos that can still be uploaded to this album.
- public string[] tags { get; set; }
A
null
-terminated array of tags associated with the album; all the tags associated with the individual photos in the album. - public int64 timestamp { get; set; }
The timestamp of when the album occurred, settable by the user.
- public string user { get; }
The username of the album owner.
- public PicasaWebVisibility visibility { get; set; }
The visibility (or access rights) of the album.
Creation methods:
- public PicasaWebAlbum (string? id)
Creates a new PicasaWebAlbum with the given ID and default properties.
Methods:
- public long get_bytes_used ()
Gets the bytes_used property.
- public uint get_comment_count ()
Gets the comment_count property.
- public unowned List<MediaContent> get_contents ()
Returns a list of media content, such as the cover image for the album.
- public void get_coordinates (out double latitude, out double longitude)
- public int64 get_edited ()
Gets the edited property.
- public unowned string get_id ()
Gets the album_id property.
- public unowned string get_location ()
Gets the location property.
- public unowned string get_nickname ()
Gets the nickname property.
- public uint get_num_photos ()
Gets the num_photos property.
- public uint get_num_photos_remaining ()
Gets the num_photos_remaining property.
- public unowned string[] get_tags ()
Gets the tags property.
- public unowned List<MediaThumbnail> get_thumbnails ()
Returns a list of thumbnails, often at different sizes, for this album.
- public int64 get_timestamp ()
Gets the timestamp property.
- public unowned string get_user ()
Gets the user property.
- public PicasaWebVisibility get_visibility ()
Gets the visibility property.
- public void set_coordinates (double latitude, double longitude)
- public void set_is_commenting_enabled (bool is_commenting_enabled)
Sets the is_commenting_enabled property to
is_commenting_enabled
. - public void set_location (string? location)
Sets the location property to
location
. - public void set_tags (string[]? tags)
Sets the tags property to
tags
. - public void set_timestamp (int64 timestamp)
Sets the timestamp property from
timestamp
. - public void set_visibility (PicasaWebVisibility visibility)
Sets the visibility property to
visibility
.
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object