Skip to main content
Tab

DropboxFileSystemProvider Class

Provides an implementation of the Dropbox File System Provider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DropboxFileSystemProvider :
    CloudFileSystemProviderBase

Remarks

The DropboxFileSystemProvider class implements the file system provider functionality when a file manager accesses a file system retained in the Dropbox Service. To learn more, see the Dropbox File System Provider topic.

This class can be used as an ancestor of your custom file system provider. In this case, you can override the class’s methods to provide custom implementation. To learn more, see the Custom File System Provider topic.

Inheritance

See Also