ProGet SDK Reference
Version:

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

Syntax

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

Parameters

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