ConvertedFileCollection.Item Property ActiveX/Java Uploader ASP.NET

Gets a converted file with the specified field name.

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

Syntax

C#
public ConvertedFile this[
	string name
] { get; }

Parameters

name

Type: System..String

Property Value

Type: Aurigma.ImageUploader..ConvertedFile

The converted file with the specified field name.

See Also

Reference