Gets a value indicating whether the current ArchiveItem represents a deleted item.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public MustOverride ReadOnly Property IsDeleted As Boolean Get |
C# |
---|
public abstract bool IsDeleted { get; } |