Back to Devexpress

ZipItem.Extract Method

officefileapi-devexpress-dot-compression-dot-zipitem-dot-extract.md

latest893 B
Original Source

ZipItem.Extract Method

NameParametersDescription
Extract()noneExtracts an item from the archive to the current directory.
Extract(Stream)streamExtracts an item from the archive to the specified stream.
Extract(String, AllowFileOverwriteMode)directory, allowFileOverwriteExtracts the current archive item as a file into the specified directory and enables you to define the behavior in case of a file name conflict.
Extract(String)directoryExtracts archive item as a file to the specified directory.