This document is archived and information here might be outdated.  Recommended version.


IZipArchive Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchive Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IZipArchive Interface

Provides access to methods and properties to create and manage zip archives.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddFile Compresses a file and adds it to the archive.
Method CloseArchive Closes the archive.
Method CreateArchive Creates a new archive.
Method Extract Extracts all items in the archive to the output directory.
Method ExtractFile Extracts a file from the archive to the output directory.
Method GetFileNames Obtains the list of files in the archive.
Method OpenArchive Opens an existing archive.

CoClasses that implement IZipArchive

CoClasses and Classes Description
ZipArchive The ZipArchive object which manages zip archives.