Method | Description | |
---|---|---|
CreateAlbum ( string title, string description, string location, System.DateTime date, bool makePublic ) : void | ||
LoadAlbums ( ) : IAlbumInfo[] | ||
Login ( string username, string password ) : bool | ||
PicasaUploadService ( ) : System |
Method | Description | |
---|---|---|
SetupWorkarounds ( ) : void |
public CreateAlbum ( string title, string description, string location, System.DateTime date, bool makePublic ) : void | ||
title | string | |
description | string | |
location | string | |
date | System.DateTime | |
makePublic | bool | |
return | void |
public Login ( string username, string password ) : bool | ||
username | string | |
password | string | |
return | bool |