OverwriteExistingFiles
A setting that determines whether the export process overwrites any existing Box versions of a file to be exported. This setting has no effect if the FailIfFileExists action setting is set to True.
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 last existing Box file version in the target folder is deleted. For example, suppose that three versions of file abc exist in Box, and you are exporting the abc file. The export process deletes version 3 of the file in Box. |
|---|---|
| False | None of the existing Box file versions are deleted. |
In both cases, a new version of the file is added to Box.
The default value for this setting is False.
Member of namespace
DatacapBOXSyntax
OverwriteExistingFiles(bool NewValue)
Parameters
Smart parameters are supported.
Level
Any level.Example
OverwriteExistingFiles(true)
Upload()