ArchiveUnsupportedFeatureExtractMode Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Specifies behavior of extract on files with unsupported feature.
Syntax
public enum ArchiveUnsupportedFeatureExtractMode
Fields
Name | Description |
---|---|
SkipAll | Detected files with unsupported feature are to be skipped - however, this can still be changed by ProblemDetected handler. |
ThrowException | Attempt to extract files with unsupported feature cause an exception to be thrown - however, this can still be changed by ProblemDetected handler. |