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

ConvertedFileCollection.Get Method

Returns a converted file at the specified index.

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

Syntax

Visual Basic
Public Function Get ( _
	index As Integer _
) As ConvertedFile
C#
public ConvertedFile Get(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the converted file to get.

Return Value

Type: Aurigma.ImageUploaderFlash.ConvertedFile

The converted file at the specified index.

See Also

Reference