Click or drag to resize

ExportParameters Properties

The ExportParameters type exposes the following members.

Properties
 NameDescription
Public propertyCameras Gets or sets cameras that shall be exported.
Public propertyEncryptionPassword Password for video export encryption. Is only applicable for Native export format.
Public propertyEndTime End date and time until that the data shall be backed up. Converts the value of the current DateTime object to UTC if required. The DateTime value is determined by the Kind property of the current DateTime object. If the Kind property is set to Undefined then the current DateTime object is assumed to be a local time, and the conversion is performed as if Kind were Local.
Public propertyExcludeAudio Specifies whether recorded audio should be excluded from the export.
Public propertyExportFormat Format of the exported video: native (Bosch-specific), MOV, MP4.
Public propertyName Name that is assigned to the export and that is displayed when the exported data is accessed.
Public propertyStartTime Start date and time of the data to backup. Converts the value of the current DateTime object to UTC if required. The DateTime value is determined by the Kind property of the current DateTime object. If the Kind property is set to Undefined then the current DateTime object is assumed to be a local time, and the conversion is performed as if Kind were Local.
Public propertyTargetDirectory TargetDirectory where the backup files shall be placed. Supported values are: paths on local hard drives, UNC path to network dives and CD/DVD writers.
Top
See Also