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

ThumbnailList.Contains Method

Determines whether the ThumbnailInfo with the specified index is in the ThumbnailList.

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

Syntax

Visual Basic
Public Function Contains ( _
	index As Integer _
) As Boolean
C#
public bool Contains(
	int index
)

Parameters

index

Type: System..Int32

The index of the ThumbnailInfo to locate in the ThumbnailList.

Return Value

true if ThumbnailInfo is found in the ThumbnailList; otherwise, false.

See Also

Reference