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

ThumbnailListEnumerator.MoveNext Method

Moves to the next key-value pair in a sequence.

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

Syntax

Visual Basic
Public Function MoveNext As Boolean
C#
public bool MoveNext()

Return Value

A Boolean value specifying whether the next pair can be read or not.

See Also

Reference