FolderApi class

FolderApi

Constructors

FolderApi(ApiClient _apiClient)
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyFolder(String srcPath, String destPath, {String? srcStorageName, String? destStorageName}) Future
Copy folder
createFolder(String path, {String? storageName}) Future
Create the folder
deleteFolder(String path, {String? storageName, bool? recursive}) Future
Delete folder
getFilesList(String path, {String? storageName}) Future<FilesList>
Get all files and folders within a folder
moveFolder(String srcPath, String destPath, {String? srcStorageName, String? destStorageName}) Future
Move folder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited