Skip to main content
A newer version of this page is available. .
Tab

ASPxFileManager.SettingsAmazon Property

Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerAmazonProviderSettings SettingsAmazon { get; }

Property Value

Type Description
FileManagerAmazonProviderSettings

A FileManagerAmazonProviderSettings object containing style settings.

Remarks

To learn more, see the Amazon File System Provider topic.

Note

For security reasons, the settings available from the SettingsAmazon property are not saved in the ViewState.

See Also