Back to product page

Item property


Returns total number of files in the collection.

Type

An UpdFile object

Syntax

  • Basic
object.Count
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type UpdFiles.
IndexRequired. A Variant value. Index of the item in the collection, from 0 up to Count-1

Remarks

Returns reference to specific file from the collection. You can use it to access file's properties, such as Name, URL, NeedReplace etc..

Platforms

Windows