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

ThumbnailList.Item Property

Gets thumbnail with the specified index.

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

Syntax

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

Parameters

index

Type: System..Int32

Index of the item to get.

Property Value

An ThumbnailInfo to get.

See Also

Reference