This documentation is for the old version. Go to the latest Upload Suite docs

AmazonS3Extender.Files Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets a collection of settings for files to be uploaded.

Namespace: Aurigma.ImageUploader.AmazonS3
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property Files As FileSettingsCollection
C#
public FileSettingsCollection Files { get; }

Property Value

Type: Aurigma.ImageUploader.AmazonS3.FileSettingsCollection

The collection of settings for files to be uploaded.

See Also

Reference