[]
        
(Showing Draft Content)

C1.Web.Api.Storage.CloudStorage.DropBoxStorage

DropBoxStorage Class

DropBox cloud storage

Inheritance
DropBoxStorage
Namespace: C1.Web.Api.Storage.CloudStorage
Assembly: C1.AspNetCore.Api.Cloud.dll
Syntax
public class DropBoxStorage : ICloudStorage, IFileStorage, IStorage

Constructors

Name Description
DropBoxStorage(string, string, DropboxClient)

Constructor DropBox

DropBoxStorage(string, string, DropboxClientConfig)

Constructor DropBox

Properties

Name Description
Exists

Exists property

Name

File Name

Path

File Path

ReadOnly

ReadOnly property

Methods

Name Description
CreateFolder()

Create new folder with the specified path

Delete()

Deletes the file with the specified path.

List()

Gets all files and folders within the specified path.

MoveFile()

Move files from current path to destination path

Read()

Gets the file with the specified path.

Write(Stream)

Uploads file with the specified path.