ZipItem.CanExtract Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CanExtract
Returns true if the current ZipItem can be extracted using Rebex ZIP for .NET component.
Declaration
public override bool CanExtract { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the current ZipItem can be extracted using Rebex ZIP for .NET component; false otherwise |
Overrides
Remarks
File can't be extracted if unsupported compression method or encryption algorithm was used to compress the data or if the file type is unknown (Unknown).