Specifies whether the partially corrupted files can be extracted from damaged archive.
[C#]
public bool ExtractCorruptedFiles { get; set; }
[VB.NET]
Public Property ExtractCorruptedFiles As Boolean
Description
ExtractCorruptedFiles spefies whether to allow extracting partially corrupted files from damaged archive file.
When this property is False, an exception is raised when corrupted file is being extracted, otherwise the file is extracted without error messages.