Method | 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 |
Method | Description | |
---|---|---|
GetDropboxFile ( Metadata meta ) : |
||
OnFilesChanged ( ) : void |
public CreateDirectory ( string path ) : Task |
||
path | string | |
return | Task |
public CreateFile ( string path, byte contents ) : Task |
||
path | string | |
contents | byte | |
return | Task |
public DropboxCreateFolderAsync ( string path, string parentRev, string sourcePath ) : Task |
||
path | string | |
parentRev | string | |
sourcePath | string | |
return | Task |
public DropboxDeletePathAsync ( string path ) : Task |
||
path | string | |
return | Task |
public DropboxFileSystem ( DBAccount account, DropBoxSync.iOS.DBFilesystem filesystem ) : System | ||
account | DBAccount | |
filesystem | DropBoxSync.iOS.DBFilesystem | |
return | System |
public DropboxFileSystem ( Session session ) : System | ||
session | Session | |
return | System |
public DropboxLoadAccountInfoAsync ( ) : Task |
||
return | Task |
public DropboxLoadFileAsync ( string path, string destinationPath ) : Task |
||
path | string | |
destinationPath | string | |
return | Task |
public DropboxLoadMetadataAsync ( string path ) : Task |
||
path | string | |
return | Task |
public DropboxMovePathAsync ( string fromPath, string toPath ) : Task |
||
fromPath | string | |
toPath | string | |
return | Task |
public DropboxUploadFileAsync ( string path, string parentRev, string sourcePath ) : Task |
||
path | string | |
parentRev | string | |
sourcePath | string | |
return | Task |
public ListFiles ( string directory ) : Task
|
||
directory | string | |
return | Task
|
public Move ( string fromPath, string toPath ) : Task |
||
fromPath | string | |
toPath | string | |
return | Task |