Gets the collection of archive items stored within the ZIP archive matching the specified set.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Function GetItems ( _ set As FileSet _ ) As ZipItemCollection |
| C# |
|---|
public ZipItemCollection GetItems( FileSet set ) |
Parameters
- set
- Type: Rebex.IO..::..FileSet
A FileSet defining the filter criteria.
Return Value
The collection of archive items stored within the ZIP archive.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The specified set is null. |
| 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). |