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


IZipArchiveEx.AddFolder Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchiveEx Interface > IZipArchiveEx.AddFolder Method
ArcGIS Developer Help

IZipArchiveEx.AddFolder Method

Compress a folder and add it to the archive.

[Visual Basic .NET]
Public Sub AddFolder ( _
    ByVal inputFolder As String, _
    ByVal recursive As Boolean _
)
[C#]
public void AddFolder (
    string inputFolder,
    bool recursive
);
[C++]
HRESULT AddFolder(
  BSTR inputFolder,
  VARIANT_BOOL recursive
);
[C++]
Parameters
inputFolder [in]

inputFolder is a parameter of type BSTR recursive [in]
recursive is a parameter of type bool

Product Availability

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

See Also

IZipArchiveEx Interface