ZipArchiveOptions.UnsupportedFeatureExtractMode Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
UnsupportedFeatureExtractMode
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).
Declaration
public ArchiveUnsupportedFeatureExtractMode UnsupportedFeatureExtractMode { get; set; }
Property Value
Type | Description |
---|---|
ArchiveUnsupportedFeatureExtractMode | The behavior of the extract method on files with unsupported feature. |