Gets or sets the behavior of extract on files with unsupported feature
(such as unknown encryption algorithm or when the item is neither file nor directory).
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Property UnsupportedFeatureExtractMode As ArchiveUnsupportedFeatureExtractMode Get Set |
C# |
---|
public ArchiveUnsupportedFeatureExtractMode UnsupportedFeatureExtractMode { get; set; } |