ArcFM Desktop Developer Guide
ExtractAll Method (ZipReader)


Syntax
'Declaration
 
Public Sub ExtractAll( _
   ByVal zipEntries As List(Of ZipEntry), _
   ByVal startPath As String _
) 
'Usage
 
Dim instance As ZipReader
Dim zipEntries As List(Of ZipEntry)
Dim startPath As String
 
instance.ExtractAll(zipEntries, startPath)
public void ExtractAll( 
   List<ZipEntry> zipEntries,
   string startPath
)

Parameters

zipEntries
startPath
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ZipReader Class
ZipReader Members

 

 


Send Comment