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

ConvertedFileCollection.Item Property (Int32)

Gets a converted file at the specified index.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ConvertedFile
C#
public ConvertedFile this[
	int index
] { get; }

Parameters

index

Type: System.Int32

Property Value

Type: Aurigma.ImageUploaderFlash.ConvertedFile

The converted file at the specified index.

See Also

Reference