ZipOption Enumeration

DotNetZip

Ionic Zip Library v1.9.1.6 ZipOption Enumeration
ReferenceIonic.ZipZipOption
An enum representing the values on a three-way toggle switch for various options in the library. This might be used to specify whether to employ a particular text encoding, or to use ZIP64 extensions, or some other option.
Declaration Syntax
C# Visual Basic Visual C++
public enum ZipOption
Public Enumeration ZipOption
public enum class ZipOption
Members
Member Description
Default The default behavior. This is the same as "Never". (For COM clients, this is a 0 (zero).)
Never Never use the associated option. (For COM clients, this is a 0 (zero).)
AsNecessary Use the associated behavior "as necessary." (For COM clients, this is a 1.)
Always Use the associated behavior Always, whether necessary or not. (For COM clients, this is a 2.)

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)