메소드 | 설명 | |
---|---|---|
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 |
public ReplaceFile ( Stream file, string title, string mimeType ) : void | ||
file | Stream | |
title | string | |
mimeType | string | |
리턴 | void |
public UploadFile ( Stream file, string title, string mimeType ) : void | ||
file | Stream | |
title | string | |
mimeType | string | |
리턴 | void |