Table of Contents

Enum ZipOption

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

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 = 2

Use the associated behavior Always, whether necessary or not. (For COM clients, this is a 2.)

AsNecessary = 1

Use the associated behavior "as necessary." (For COM clients, this is a 1.)

Never = 0

Never use the associated option. (For COM clients, this is a 0 (zero).)