C# Class PicasaUploader.PicasaAlbumInfo

Inheritance: IAlbumInfo
Mostrar archivo Open project: ivanz/PicasaUploader

Public Methods

Method 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

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

Method Details

IsFileDuplicate() public method

public IsFileDuplicate ( string fileName ) : bool
fileName string
return bool

ReplaceFile() public method

public ReplaceFile ( Stream file, string title, string mimeType ) : void
file Stream
title string
mimeType string
return void

ReplaceFile() public method

public ReplaceFile ( string fileName ) : void
fileName string
return void

UploadFile() public method

public UploadFile ( Stream file, string title, string mimeType ) : void
file Stream
title string
mimeType string
return void

UploadFile() public method

public UploadFile ( string fileName ) : void
fileName string
return void