CKFinder 3 – ASP.NET Connector Documentation
DropboxStorage Member List

This is the complete list of members for DropboxStorage, including all inherited members.

CopyFileAsync(string srcPath, string destPath, CancellationToken cancellationToken)DropboxStorageinline
CreateFolderAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
DeleteFileAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
DeleteFolderAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
DeleteFolderAsync(string path, Action< int, int > progressAction, CancellationToken cancellationToken)DropboxStorageinline
DropboxStorage(string accessToken)DropboxStorageinline
DropboxStorage(string accessToken, string root)DropboxStorageinline
FileExistsAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
FolderExistsAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
GetFileInfoAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
GetFileInfosAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
GetFileInfosAsync(IFileListContinuation fileListContinuation, CancellationToken cancellationToken)DropboxStorageinline
GetFolderInfoAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
GetFolderInfosAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
GetFolderInfosAsync(IFolderListContinuation folderListContinuation, CancellationToken cancellationToken)DropboxStorageinline
GetUrlAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
MoveFileAsync(string srcPath, string destPath, CancellationToken cancellationToken)DropboxStorageinline
MoveFolderAsync(string srcPath, string destPath, CancellationToken cancellationToken)DropboxStorageinline
MoveFolderAsync(string srcPath, string destPath, Action< int, int > progressAction, CancellationToken cancellationToken)DropboxStorageinline
ReadAsync(string path, CancellationToken cancellationToken)DropboxStorageinline
WriteAsync(Stream fileStream, string path, CancellationToken cancellationToken)DropboxStorageinline