The PhotoAlbum type exposes the following members.

Methods

  NameDescription
Public methodAddPictureAsync
Add a new picture to this album. Note that this method internally does two web-service calls, and the IAsyncResult object returned is only valid for the first one.
Public methodAddPictureWithWatermarkAsync
Add a new picture to this album. Note that this method internally does two web-service calls, and the IAsyncResult object returned is only valid for the first one.
Public methodDeleteAsync
Delete this photo album.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

Properties

  NameDescription
Public propertyAlbumId
Gets the global unique album ID.
Public propertyAlbumName
Gets the name of the album
(Inherited from PhotoAlbumPublic.)
Public propertyPictures
Gets a readonly collection of pictures in this album. Use the AddPicture method to add more pictures to the album or the Picture.Delete method to remove them.
Public propertyUserId
Gets the user ID of the user that owns this album.
(Inherited from PhotoAlbumPublic.)

See Also