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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerAmazonProviderSettings SettingsAmazon { get; }

Property Value

Type Description
FileManagerAmazonProviderSettings

A FileManagerAmazonProviderSettings object containing Amazon account settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SettingsAmazon
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .SettingsAmazon
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .SettingsAmazon
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector .SettingsAmazon
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .SettingsAmazon
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .SettingsAmazon
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .SettingsAmazon
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .SettingsAmazon
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .SettingsAmazon
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .SettingsAmazon
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .SettingsAmazon

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