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

Return Value

True if the item is deleted.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also