ICamera |
void ExportRecordings( ExportParameters exportParameters )
| Exception | Condition |
|---|---|
| SdkException |
Thrown in case of any errors occurred during export process. For example: - Export target directory is not whitelisted. |
| UnauthorizedAccessSdkException | Thrown if operation is not permitted to caller. |
|
The method uses "accept known good" input validation strategy and ensures that requested TargetDirectory property of exportParameters is strictly within
a configured whitelist where exports are allowed.
Requested export path must met one of the following condition: - Specified path directory is white-listed itself; - Specified path directory is subdirectory of any white-listed directory; - Specified path is within an optical disc device, such as a CD or DVD-ROM or within removable storage device, such as a floppy disk drive or a USB; When none of the conditions above are met, requested export is rejected. |
| Exports whitelist is defined by BVMS administrator on Central Server in ..\ProgramData\Bosch\VMS\ServerData\PathWhitelistForExports.txt. |