Back to Devexpress

DropboxFileSystemProvider Class

aspnet-devexpress-dot-web-0a4b585c.md

latest2.2 KB
Original Source

DropboxFileSystemProvider Class

Provides an implementation of the Dropbox File System Provider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DropboxFileSystemProvider :
    CloudFileSystemProviderBase
vb
Public Class DropboxFileSystemProvider
    Inherits 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

Object FileSystemProviderBase CloudFileSystemProviderBase DropboxFileSystemProvider

See Also

DropboxFileSystemProvider Members

File System Providers

Dropbox File System Provider

File Manager

DevExpress.Web Namespace