The ZipArchiveOptions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ActionOnLinks | Obsolete. | |
| CreateDirectoryEntries |
Enables or disables automatic creation of directory entries when adding new files to the archive.
| |
| DeleteUnfinishedFileOnExtractError |
Gets or sets a value indicating whether to delete unfinished files when an error occurred during extract.
| |
| ChecksumVerificationMode |
Specifies when to perform checksum verification.
| |
| MaxPasswordRetryCount |
Gets or sets the maximal count of failed attempts to set a password for one file in the PasswordRequired event.
Default value is 5.
| |
| MultiFileLinkMode |
Gets or sets the default processing mode of detected links in multi-file operations.
| |
| MultiFileMoveMode |
Gets or sets the default move behavior in multi-file operations.
| |
| PasswordEncoding |
Gets or sets the encoding used to derive bytes from password when encrypting a file.
| |
| RestoreDateTime |
Gets or sets a value that indicates which date/time is restored after files are extracted.
| |
| RestoreFileAttributes |
Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden).
| |
| RestoreFileDates | Obsolete. | |
| UnsupportedFeatureExtractMode |
Gets or sets the behavior of extract on files with unsupported feature
(such as unknown encryption algorithm or when the item is neither file nor directory).
| |
| Zip64Mode |
Gets or sets a value indicating whether to use 64-bit ZIP mode (compatible with ZIP64(tm)) when adding new files to the archive.
|