C# Class PicasaUploader.PicasaAlbumInfo

Inheritance: IAlbumInfo
Afficher le fichier Open project: ivanz/PicasaUploader

Méthodes publiques

Méthode Description
IsFileDuplicate ( string fileName ) : bool
ReplaceFile ( Stream file, string title, string mimeType ) : void
ReplaceFile ( string fileName ) : void
UploadFile ( Stream file, string title, string mimeType ) : void
UploadFile ( string fileName ) : void

Private Methods

Méthode Description
FindFileByTitle ( string title ) : Google.GData.Photos.PicasaEntry
PicasaAlbumInfo ( Google.GData.Photos.PicasaEntry album, Google.GData.Photos.PicasaService picasaService ) : System

Method Details

IsFileDuplicate() public méthode

public IsFileDuplicate ( string fileName ) : bool
fileName string
Résultat bool

ReplaceFile() public méthode

public ReplaceFile ( Stream file, string title, string mimeType ) : void
file Stream
title string
mimeType string
Résultat void

ReplaceFile() public méthode

public ReplaceFile ( string fileName ) : void
fileName string
Résultat void

UploadFile() public méthode

public UploadFile ( Stream file, string title, string mimeType ) : void
file Stream
title string
mimeType string
Résultat void

UploadFile() public méthode

public UploadFile ( string fileName ) : void
fileName string
Résultat void