Back to Devexpress

FileManagerDropBoxProviderSettings Class

aspnet-devexpress-dot-web-99738632.md

latest2.4 KB
Original Source

FileManagerDropBoxProviderSettings Class

Provides account settings allowing the file manager to access a file system retained in the Dropbox Service.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerDropBoxProviderSettings :
    FileManagerCloudProviderSettings
vb
Public Class FileManagerDropBoxProviderSettings
    Inherits FileManagerCloudProviderSettings

The following members return FileManagerDropBoxProviderSettings objects:

Remarks

These settings can be accessed by the ASPxFileManager.SettingsDropbox property. To learn more, see the Dropbox File System Provider topic.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerCloudProviderSettings FileManagerDropBoxProviderSettings

See Also

FileManagerDropBoxProviderSettings Members

File System Providers

Dropbox File System Provider

File Manager

DevExpress.Web Namespace