IZipFile Interface

Contains functions to deal with ZIP files.
Public Interface IZipFile
This language is not supported or no code example is available.
public interface IZipFile
This language is not supported or no code example is available.
Methods
 
Name Description
Public method CompressFilesToZip(string, string, string, string) Compresses the specified file or files into the specified new ZIP archive.
Public method ExtractZip(string, string, string, string, bool) Extracts a zipped archive (e.g. an estimate qdv file).
Top
Remarks
 
You can obtain an instance of this interface from QdvManager.ZipFileManager property.
Version
 
Available since QDV 7.15.546.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition