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


IPackageFile Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IP > IPackageFile Interface
ArcGIS Developer Help

IPackageFile Interface

Provides access to members that work with package files.

Product Availability

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

Description

The PackageFile CoClass allows developers to unpack packages ArcGIS packages.  The Unpack method allows developers to specify an unpack location and returns the contents of the package as a StringArray.

Members

Name Description
Method Unpack Unpacks a package.

Classes that implement IPackageFile

Classes Description
PackageFile An object for holding package files.