C# 클래스 Praeclarum.IO.DropboxFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : Task
CreateFile ( string path, byte contents ) : Task
DeleteFile ( string path ) : Task
DropboxCreateFolderAsync ( string path, string parentRev, string sourcePath ) : Task
DropboxDeletePathAsync ( string path ) : Task
DropboxFileSystem ( DBAccount account, DropBoxSync.iOS.DBFilesystem filesystem ) : System
DropboxFileSystem ( Session session ) : System
DropboxLoadAccountInfoAsync ( ) : Task
DropboxLoadFileAsync ( string path, string destinationPath ) : Task
DropboxLoadMetadataAsync ( string path ) : Task
DropboxMovePathAsync ( string fromPath, string toPath ) : Task
DropboxUploadFileAsync ( string path, string parentRev, string sourcePath ) : Task
FileExists ( string path ) : Task
GetClient ( ) : RestClient
GetFile ( string path ) : Task
GetLocalPath ( string path ) : string
Initialize ( ) : Task
ListFiles ( string directory ) : Task>
Move ( string fromPath, string toPath ) : Task
ToString ( ) : string

비공개 메소드들

메소드 설명
GetDropboxFile ( Metadata meta ) : DropboxFile
OnFilesChanged ( ) : void

메소드 상세

CreateDirectory() 공개 메소드

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

CreateFile() 공개 메소드

public CreateFile ( string path, byte contents ) : Task
path string
contents byte
리턴 Task

DeleteFile() 공개 메소드

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

DropboxCreateFolderAsync() 공개 메소드

public DropboxCreateFolderAsync ( string path, string parentRev, string sourcePath ) : Task
path string
parentRev string
sourcePath string
리턴 Task

DropboxDeletePathAsync() 공개 메소드

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

DropboxFileSystem() 공개 메소드

public DropboxFileSystem ( DBAccount account, DropBoxSync.iOS.DBFilesystem filesystem ) : System
account DBAccount
filesystem DropBoxSync.iOS.DBFilesystem
리턴 System

DropboxFileSystem() 공개 메소드

public DropboxFileSystem ( Session session ) : System
session Session
리턴 System

DropboxLoadAccountInfoAsync() 공개 메소드

public DropboxLoadAccountInfoAsync ( ) : Task
리턴 Task

DropboxLoadFileAsync() 공개 메소드

public DropboxLoadFileAsync ( string path, string destinationPath ) : Task
path string
destinationPath string
리턴 Task

DropboxLoadMetadataAsync() 공개 메소드

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

DropboxMovePathAsync() 공개 메소드

public DropboxMovePathAsync ( string fromPath, string toPath ) : Task
fromPath string
toPath string
리턴 Task

DropboxUploadFileAsync() 공개 메소드

public DropboxUploadFileAsync ( string path, string parentRev, string sourcePath ) : Task
path string
parentRev string
sourcePath string
리턴 Task

FileExists() 공개 메소드

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

GetClient() 공개 메소드

public GetClient ( ) : RestClient
리턴 RestClient

GetFile() 공개 메소드

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

GetLocalPath() 공개 메소드

public GetLocalPath ( string path ) : string
path string
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : Task
리턴 Task

ListFiles() 공개 메소드

public ListFiles ( string directory ) : Task>
directory string
리턴 Task>

Move() 공개 메소드

public Move ( string fromPath, string toPath ) : Task
fromPath string
toPath string
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string