Number of items on the specified pane.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
value = getImageUploader("ImageUploaderID").getPaneItemCount(Pane);
Parameters
Pane

A member of the following enumeration:

String value Integer value Description
FolderPane 0

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

UploadPane 1

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

NoteNote

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
FolderChange Event
PaneItemCanBeUploaded Property
PaneItemChecked Property
PaneItemDesign Property
PaneItemEnabled Property
PaneItemSelected Property