HtmlEditorFileSaveSettings.AmazonSettings Property
Provides access to the account settings required to upload files to the Amazon Simple Storage Service (Amazon S3).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
UploadControlAmazonSettings | A UploadControlAmazonSettings object that is the Amazon account settings. |
Remarks
To work with the Amazon Simple Storage Service (Amazon S3), it is required to set the HtmlEditorFileSaveSettings.Storage property to Amazon.
Implements
DevExpress.Web.Internal.IFileSaveSettings.AmazonSettings
See Also