| C1.C1Zip.4 Assembly > C1.C1Zip Namespace : C1ZipEntryCollection Class |
The following tables list the members exposed by C1ZipEntryCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of entries in the current zip file. |
![]() | Item | Overloaded. Gets the C1ZipEntry at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds an entry to the current zip file. |
![]() | AddFolder | Overloaded. Adds the content of a folder to the current zip file. |
![]() | Contains | Overloaded. Determines whether the collection contains an entry with a given name. |
![]() | Extract | Overloaded. Extracts a file from the current zip file. |
![]() | ExtractFolder | Extracts the contents of the zip file into a specified path. |
![]() | IndexOf | Overloaded. Gets the index of the entry with the specified name. |
![]() | OpenWriter | Overloaded. Opens a stream for writing an entry into the zip file. |
![]() | Remove | Overloaded. Removes an entry from the current zip file. |