Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Determines how entries are tested to see if they should use Zip64 extensions or not.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public enum UseZip64
Visual Basic (Declaration)
Public Enumeration UseZip64
Visual C++
public enum class UseZip64

Members

Member nameDescription
Off
Zip64 will not be forced on entries during processing.
On
Zip64 should always be used.
Dynamic
#ZipLib will determine use based on entry values when added to archive.

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Zip.UseZip64"]

See Also