C# 클래스 PicasaUploader.PicasaAlbumInfo

상속: IAlbumInfo
파일 보기 프로젝트 열기: ivanz/PicasaUploader

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FindFileByTitle ( string title ) : Google.GData.Photos.PicasaEntry
PicasaAlbumInfo ( Google.GData.Photos.PicasaEntry album, Google.GData.Photos.PicasaService picasaService ) : System

메소드 상세

IsFileDuplicate() 공개 메소드

public IsFileDuplicate ( string fileName ) : bool
fileName string
리턴 bool

ReplaceFile() 공개 메소드

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

ReplaceFile() 공개 메소드

public ReplaceFile ( string fileName ) : void
fileName string
리턴 void

UploadFile() 공개 메소드

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

UploadFile() 공개 메소드

public UploadFile ( string fileName ) : void
fileName string
리턴 void