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.v19.2.dll
public FileManagerAmazonProviderSettings SettingsAmazon { get; }
Public ReadOnly Property SettingsAmazon As FileManagerAmazonProviderSettings
Type | Description |
---|---|
FileManagerAmazonProviderSettings | A FileManagerAmazonProviderSettings object containing Amazon account settings. |
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.
For security reasons, the settings available from the SettingsAmazon property are not saved in the ViewState.