ConvertedFileCollection.Get Method HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Returns a converted file at the specified index.

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

Syntax

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