Enum ZipOption
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.
public enum ZipOption
- Extension Methods
Fields
Always = 2Use the associated behavior Always, whether necessary or not. (For COM clients, this is a 2.)
AsNecessary = 1Use the associated behavior "as necessary." (For COM clients, this is a 1.)
Never = 0Never use the associated option. (For COM clients, this is a 0 (zero).)