Zip Members

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The Zip type exposes the following members.

Constructors

  NameDescription
Public methodZip

Properties

  NameDescription
Public propertyAction
Specifies the action to perform
Public propertyCompressionLevel
Sets the CompressionLevel to use. Default is Default, also supports BestSpeed and BestCompression
Public propertyCompressPath
Sets the Path to Zip.
Public propertyExtractPath
Path to extract the zip file to
Public propertyFiles
Sets the files to Compress
Public propertyPassword
Sets the Password to be used
Public propertyRemoveRoot
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 propertyZipFileName
Sets the name of the Zip File

See Also