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
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Archive was already disposed. |
Rebex.IO.Compression..::..ZipException | Cannot perform the requested operation, or the operation was canceled (see ProblemType for detailed information). |