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

FileSettingsCollection Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

This class represents collection of settings for files to be uploaded to Amazon S3 storage.

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

Syntax

Visual Basic
Public Class FileSettingsCollection _
	Inherits Collection(Of FileSettings)
C#
public class FileSettingsCollection : Collection<FileSettings>

Inheritance Hierarchy

System.Object
L System.Collections.ObjectModel.Collection < FileSettings >
L Aurigma.ImageUploader.AmazonS3.FileSettingsCollection

See Also

Reference