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

ConverterCollection Class

This class represents a collection of file converters.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

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

Inheritance Hierarchy

System.Object
L System.Collections.ObjectModel.Collection < Converter >
L Aurigma.ImageUploaderFlash.ConverterCollection

See Also

Reference