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; }

Field Value

The behavior of the extract method on files with unsupported feature.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also