C# 클래스 MetroPass.WP8.UI.Services.Cloud.Dropbox.DropboxClient

상속: ICloudProviderAdapter
파일 보기 프로젝트 열기: TheAngryByrd/MetroPass 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : System.Threading.Tasks.Task
DownloadItem ( string path ) : Task
DropboxClient ( ICache cache ) : System
GetItems ( string path ) : Task>
Upload ( string path, string fileName, Stream file ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
LoadItems ( DropNetRT.Models.MetaData data ) : IEnumerable

메소드 상세

Activate() 공개 메소드

public Activate ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DownloadItem() 공개 메소드

public DownloadItem ( string path ) : Task
path string
리턴 Task

DropboxClient() 공개 메소드

public DropboxClient ( ICache cache ) : System
cache ICache
리턴 System

GetItems() 공개 메소드

public GetItems ( string path ) : Task>
path string
리턴 Task>

Upload() 공개 메소드

public Upload ( string path, string fileName, Stream file ) : System.Threading.Tasks.Task
path string
fileName string
file Stream
리턴 System.Threading.Tasks.Task