The PhotoAlbum type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddPictureAsync |
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.
| |
| AddPictureWithWatermarkAsync |
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.
| |
| DeleteAsync |
Delete this photo album.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| AddPicture | (Defined by PhotoAlbumTaskWrappers.) | |
| AddPictureWithWatermark | (Defined by PhotoAlbumTaskWrappers.) | |
| Delete | (Defined by PhotoAlbumTaskWrappers.) |
Properties
| Name | Description | |
|---|---|---|
| AlbumId |
Gets the global unique album ID.
| |
| AlbumName |
Gets the name of the album
(Inherited from PhotoAlbumPublic.) | |
| Pictures |
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.
| |
| UserId |
Gets the user ID of the user that owns this album.
(Inherited from PhotoAlbumPublic.) |