aspnet-devexpress-dot-web-dot-aspxfilemanager-3aab9519.md
Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3).
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public FileManagerAmazonProviderSettings SettingsAmazon { get; }
Public ReadOnly Property SettingsAmazon As FileManagerAmazonProviderSettings
| Type | Description |
|---|---|
| FileManagerAmazonProviderSettings |
A FileManagerAmazonProviderSettings object containing style settings.
|
The cloud provider should be registered only once before all components are created and use a cloud provider’s API. To dynamically manage user accounts, handle the static ResolveAccount event in the Global.asax file.
For security reasons, the settings available from the SettingsAmazon property are not saved in the ViewState.
For more information, see the following topic: Amazon File System Provider.
See Also