ProGet SDK Reference
Version:

ExtractZip(string zipFile, string targetDirectory, System.Predicate<System.IO.Compression.ZipArchiveEntry> shouldExtract) Method

Syntax

public static void ExtractZip(string zipFile, string targetDirectory, Predicate<System.IO.Compression.ZipArchiveEntry> shouldExtract)

Parameters

zipFile
Type: string
targetDirectory
Type: string
shouldExtract
Type: System.Predicate<System.IO.Compression.ZipArchiveEntry>