FailIfFileExists
A setting that determines whether the export process fails if the target folder has one or more existing versions of a file to be exported.
Important: You must configure the DatacapBOX action before you use
this option. For more information, see DatacapBOX actions.
This setting has two possible values:
| True | The export process fails if it encounters an existing Box version of a file to be exported. Such a failure means that the export process does not continue. The failure does not affect the files that were exported before the process failed; they remain exported. |
|---|---|
| False | The export process does not fail if it encounters an existing Box version of a file to be exported. (The OverwriteExistingFiles setting determines whether any existing file versions are overwritten.) |
The default value for this setting is False.
Member of namespace
DatacapBOXSyntax
FailIfFileExists(bool NewValue)
Level
Any level.Example
FailIfFileExists(True)
Upload()