Gets the collection of all archive items stored within the ZIP archive.

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

Syntax

Visual Basic
Public Function GetItems As ZipItemCollection
C#
public ZipItemCollection GetItems()

Return Value

The collection of all items stored within the ZIP archive.

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionArchive was already disposed.
Rebex.IO.Compression..::..ZipExceptionCannot perform the requested operation, or the operation was canceled (see ProblemType for detailed information).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also