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

ImageUploader.PaneItemCount Property

Supported in: ActiveX , Java

Number of items on the specified pane.

Syntax

Get/Set Value in Runtime

JavaScript
value = getImageUploader("ImageUploaderID").getPaneItemCount(Pane);

Parameters

Pane

A member of the following enumeration:

String valueInteger valueDescription
FolderPane0

A folder pane (which displays the current folder content).

UploadPane1

An upload pane (which displays files from the upload list).

Note

When you get this value through JavaScript, an integer value will be returned.

Property Value

An integer value that is the number of the items on the pane.

See Also

Reference