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
All the fields in the PicasaWebAlbum structure are private and should never be accessed directly.
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:
Methods:
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