InputFiles Object
InputFiles Object
This object represents a set of input files. It can be used in document indexing and export scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of files in the set. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the file in the set. It must range from 0 to the value of the Count property minus 1. [out] InputFile - the input file with the specified index. |
Provides access to a single input file. |
See also
3/26/2024 1:49:49 PM