ImportLimit

A setting that specifies the maximum number of files that the import process imports from Box.

Important: You must configure the DatacapBOX action before you use this option. For more information, see DatacapBOX actions.

A setting value of -1 or 0 indicates that no maximum limit applies. This setting is the default setting.

Smart parameters are supported.

Member of namespace

DatacapBOX

Syntax

ImportLimit(string NewValue)

Level

Any level.

Example

Code Comment
ImportLimit(“-1”)
Download()
No maximum file limit applies to the import process.
ImportLimit(“5”)
Download()
The import process imports no more than five files.