PicasaWebUser
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"picasaweb_user" , type_id =
"gdata_picasaweb_user_get_type ()" ) ]
[
Version ( since =
"0.6.0" ) ]
public class PicasaWebUser :
Entry
All the fields in the PicasaWebUser structure are private and should never be accessed directly.
Content:
Properties:
- public int max_photos_per_album { get; }
The maximum number of photos allowed in an album.
- public string nickname { get; }
The user's nickname.
- public int64 quota_current { get; }
The current amount of space, in bytes, already used by the user.
- public int64 quota_limit { get; }
The total amount of space, in bytes, available to the user.
- public string thumbnail_uri { get; }
The URI of a thumbnail-sized portrait of the user.
- public string user { get; }
The username of the user, as seen in feed URLs.
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