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

ConvertedFileCollection.Item Property (String)

Gets a converted file with the specified field name.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As ConvertedFile
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