Method | Description | |
---|---|---|
AddAlbum ( PhotoGalleryLibrary.Album album ) : void |
Method to add album
|
|
AddAlbums ( ) : void |
Method to add albums
|
|
AlbumsManager ( ) : System |
No-arguments constructor
|
|
DeleteAlbum ( PhotoGalleryLibrary.Album album ) : void |
Method to delete album
|
|
DeleteAlbums ( ) : void |
Method to delete albums
|
|
DeleteAllAlbums ( ) : void |
Method to delete all albums from album's collection
|
|
Dispose ( ) : void | ||
ToString ( ) : string |
public AddAlbum ( PhotoGalleryLibrary.Album album ) : void | ||
album | PhotoGalleryLibrary.Album | Album object to add to the album's collection |
return | void |
public DeleteAlbum ( PhotoGalleryLibrary.Album album ) : void | ||
album | PhotoGalleryLibrary.Album | Album object to delete from album's collection |
return | void |