GetFiles Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetFiles Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.ZipZipInfoGetFiles()()()()
Gets information about the files contained in the archive.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IList<ZipFileInfo> GetFiles()
Public Function GetFiles As IList(Of ZipFileInfo)
public:
IList<ZipFileInfo^>^ GetFiles()
member GetFiles : unit -> IList<ZipFileInfo> 
Return Value
IList<(Of <(<'ZipFileInfo>)>)>
A list of ZipFileInfo objects, each containing information about a file in the archive.

Assembly: Microsoft.Deployment.Compression.Zip (Module: Microsoft.Deployment.Compression.Zip.dll) Version: 3.0.0.0 (3.11.1.2318)