Back to Devexpress

FileManagerAzureProviderSettings Class

aspnet-devexpress-dot-web-d2b4e2d8.md

latest2.4 KB
Original Source

FileManagerAzureProviderSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return FileManagerAzureProviderSettings objects:

Remarks

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

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerCloudProviderSettings FileManagerAzureProviderSettings

See Also

FileManagerAzureProviderSettings Members

File System Providers

Azure File System Provider

File Manager

DevExpress.Web Namespace