Skip to main content

HtmlEditorFileManagerSettingsBase.SettingsAmazon Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerAmazonProviderSettings SettingsAmazon { get; }

Property Value

Type Description
FileManagerAmazonProviderSettings

A FileManagerAmazonProviderSettings object containing Amazon account settings.

Remarks

ASPxHtmlEditor media dialogs contain a built-in ASPxFileManager control, which supports most popular cloud services. When the HtmlEditorFileManagerSettingsBase.ProviderType property is set to Amazon, the file manager operates with files contained in the Amazon Simple Storage Service (Amazon S3). In this case, specify the settings provided by the SettingsAmazon property to access an Amazon account.

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