Returns true if the item can be extracted using Rebex ZIP for .NET component.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0

Syntax

C#
public abstract bool CanExtract { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanExtract As Boolean
Visual C++
public:
virtual property bool CanExtract {
	bool get () abstract;
}

Remarks

File can't be extracted if unsupported compression method was used to compress the data, if the file is encrypted or if the file type is unknown (Unknown).

See Also