Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipArchive Properties

The central object of the library - a package of entries containing compressed data.
Name Description
CatchExceptions static Allows you to set an application-wide flag that specifies whether exceptions which occur in ZipArchive operations are caught.
Count Obtains the number of zip items in the archive.
EncryptionType Gets or sets the default encryption type.
FileName Reserved for future use.
Item[Int32] Provides indexed access to an individual zip item in the archive.
Item[String] Provides access to individual zip items in the archive by their names.
OptionsBehavior Provides access to archive options.
Password Gets or sets the password for an encrypted archive.
See Also