Back to product page

Count property


Holds the total number of items in the collection.

Type

An Integer value

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type SftpItems.

Remarks

This property will return the total number of directory items in the collection. It does not necessarily mean that this is the total number of files in the directory, because the AttributesData event may fire more than once for each ListAttributes call.

Platforms

Windows