DNZip Properties

MSBuild Extension Pack

DNZip Properties MSBuild Extension Pack Help 4.0.12.0

The DNZip type exposes the following members.

Properties

  Name Description
Public property CompressFiles
Sets the files to Compress
Public property CompressionLevel
Sets the CompressionLevel to use. Default is Default, also supports BestSpeed and BestCompression
Public property CompressPath
Sets the Path to Zip.
Public property ExtractPath
Path to extract the zip file to
Public property MaxOutputSegmentSize
Sets the maximum output segment size, which typically results in a split archive (an archive split into multiple files). This value is not required and if not set or set to 0 the resulting archive will not be split. For more details see the DotNetZip documentation.
Public property Password
Sets the Password to be used
Public property RemoveRoot
Sets the root to remove from the zip path. Note that this should be part of the file to compress path, not the target path of the ZipFileName
Public property UseZip64WhenSaving
Sets the UseZip64WhenSaving output of the DotNetZip library. For more details see the DotNetZip documentation.
Public property ZipFileName
Sets the name of the Zip File
Top
See Also

Reference