PicasaWebUser
Object Hierarchy:
Description:
All the fields in the PicasaWebUser structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public int max_photos_per_album { get; }
The maximum number of photos allowed in an album.
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_maxPhotosPerAlbum
-
public string nickname { get; }
The user's nickname. This is a user-specified value that should be used when referring to the user by
name. http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_nickname
-
public int64 quota_current { get; }
The current amount of space, in bytes, already used by the user.
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_quotacurrent
-
public int64 quota_limit { get; }
The total amount of space, in bytes, available to the user.
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_quotalimit
-
public string thumbnail_uri { get; }
The URI of a thumbnail-sized portrait of the user.
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_thumbnail
-
public string user { get; }
The username of the user, as seen in feed URLs.
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_user
Creation methods:
Methods: