ZipItem.IsDeleted Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
IsDeleted
Gets a value indicating whether the current ZipItem represents a deleted item.
Declaration
public override bool IsDeleted { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | True if the item is deleted; false otherwise.  |