Class TachographDownloadZipFileData
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.Files
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments to generate ZIP file with a set of tachograph binary files.
public class TachographDownloadZipFileData- Inheritance
- 
      
      TachographDownloadZipFileData
- Inherited Members
Constructors
TachographDownloadZipFileData(string, Id[])
Initializes a new instance of the TachographDownloadZipFileData class.
public TachographDownloadZipFileData(string zipFileName, Id[] fileIds)Parameters
- zipFileNamestring
- The name for the generated file. 
- fileIdsId[]
- List of file IDs to add to the ZIP file. 
Properties
FileIds
Gets or sets the search criteria.
public Id[] FileIds { get; set; }Property Value
ZipFileName
Gets or sets the name for the ZIP file.
public string ZipFileName { get; set; }