Specifies behavior of extract on files with unsupported feature.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Enumeration ArchiveUnsupportedFeatureExtractMode |
C# |
---|
public enum ArchiveUnsupportedFeatureExtractMode |
Members
Member name | Description | |
---|---|---|
ThrowException |
Attempt to extract files with unsupported feature cause an exception to be thrown - however, this can still be changed by ProblemDetected handler.
| |
SkipAll |
Detected files with unsupported feature are to be skipped - however, this can still be changed by ProblemDetected handler.
|