C# Class Praeclarum.IO.DropboxFileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetDropboxFile ( Metadata meta ) : DropboxFile
OnFilesChanged ( ) : void

Method Details

CreateDirectory() public méthode

public CreateDirectory ( string path ) : Task
path string
Résultat Task

CreateFile() public méthode

public CreateFile ( string path, byte contents ) : Task
path string
contents byte
Résultat Task

DeleteFile() public méthode

public DeleteFile ( string path ) : Task
path string
Résultat Task

DropboxCreateFolderAsync() public méthode

public DropboxCreateFolderAsync ( string path, string parentRev, string sourcePath ) : Task
path string
parentRev string
sourcePath string
Résultat Task

DropboxDeletePathAsync() public méthode

public DropboxDeletePathAsync ( string path ) : Task
path string
Résultat Task

DropboxFileSystem() public méthode

public DropboxFileSystem ( DBAccount account, DropBoxSync.iOS.DBFilesystem filesystem ) : System
account DBAccount
filesystem DropBoxSync.iOS.DBFilesystem
Résultat System

DropboxFileSystem() public méthode

public DropboxFileSystem ( Session session ) : System
session Session
Résultat System

DropboxLoadAccountInfoAsync() public méthode

public DropboxLoadAccountInfoAsync ( ) : Task
Résultat Task

DropboxLoadFileAsync() public méthode

public DropboxLoadFileAsync ( string path, string destinationPath ) : Task
path string
destinationPath string
Résultat Task

DropboxLoadMetadataAsync() public méthode

public DropboxLoadMetadataAsync ( string path ) : Task
path string
Résultat Task

DropboxMovePathAsync() public méthode

public DropboxMovePathAsync ( string fromPath, string toPath ) : Task
fromPath string
toPath string
Résultat Task

DropboxUploadFileAsync() public méthode

public DropboxUploadFileAsync ( string path, string parentRev, string sourcePath ) : Task
path string
parentRev string
sourcePath string
Résultat Task

FileExists() public méthode

public FileExists ( string path ) : Task
path string
Résultat Task

GetClient() public méthode

public GetClient ( ) : RestClient
Résultat RestClient

GetFile() public méthode

public GetFile ( string path ) : Task
path string
Résultat Task

GetLocalPath() public méthode

public GetLocalPath ( string path ) : string
path string
Résultat string

Initialize() public méthode

public Initialize ( ) : Task
Résultat Task

ListFiles() public méthode

public ListFiles ( string directory ) : Task>
directory string
Résultat Task>

Move() public méthode

public Move ( string fromPath, string toPath ) : Task
fromPath string
toPath string
Résultat Task

ToString() public méthode

public ToString ( ) : string
Résultat string