Gets the type of the archive item.

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

Syntax

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

Return Value

Type of the item.

See Also