Méthode | Description | |
---|---|---|
GetFileInfo ( |
Returns info about a media file based upon the file extension.
|
|
PicasaAlbumSynchronizer ( ) : System | ||
SyncFolder ( string folderPath ) : void |
Syncs a local folder to an online Picasa Web Album location
|
Méthode | Description | |
---|---|---|
AddFileToAlbum ( |
Syncs a local file to an online Picasa Web Album location
|
|
CreateAlbum ( Google.GData.Photos.PicasaService session, Google.GData.Photos.PicasaFeed albumFeed, string targetAlbumName, AlbumAccessEnum albumAccess ) : Album | ||
DeleteFilesFromAlbum ( FileInfo>.Dictionary |
||
DetermineAlbumAccess ( |
||
GetSourceFiles ( |
||
GetTargetAlbumName ( |
||
ResetCounters ( ) : void | ||
ShouldExcludeFolder ( |
||
SyncFolder ( |
Syncs a local folder to an online Picasa Web Album location
|
|
UpdateAlbumAccess ( Google.GData.Photos.PicasaService session, Album albumToUpdate, AlbumAccessEnum albumAccess ) : void | ||
WriteOutput ( string message ) : void | ||
WriteOutput ( string message, bool verboseOnly ) : void |
public static GetFileInfo ( |
||
file | The media file. | |
isImage | bool | Indicates of file is an image. |
isVideo | bool | |
imageFormat | GDI Image format (Out) | |
contentType | string | |
Résultat | void |
public PicasaAlbumSynchronizer ( ) : System | ||
Résultat | System |
public SyncFolder ( string folderPath ) : void | ||
folderPath | string | The source folder to sync. |
Résultat | void |