CKFinder 3 – ASP.NET Connector Documentation
IFileSystem Member List

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

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