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 nameDescription
Supported by the .NET Compact FrameworkThrowException
Attempt to extract files with unsupported feature cause an exception to be thrown - however, this can still be changed by ProblemDetected handler.
Supported by the .NET Compact FrameworkSkipAll
Detected files with unsupported feature are to be skipped - however, this can still be changed by ProblemDetected handler.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also