The ZipArchiveOptions type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkActionOnLinks Obsolete.
Public propertySupported by the .NET Compact FrameworkCreateDirectoryEntries
Enables or disables automatic creation of directory entries when adding new files to the archive.
Public propertySupported by the .NET Compact FrameworkDeleteUnfinishedFileOnExtractError
Gets or sets a value indicating whether to delete unfinished files when an error occurred during extract.
Public propertySupported by the .NET Compact FrameworkChecksumVerificationMode
Specifies when to perform checksum verification.
Public propertySupported by the .NET Compact FrameworkMaxPasswordRetryCount
Gets or sets the maximal count of failed attempts to set a password for one file in the PasswordRequired event. Default value is 5.
Public propertySupported by the .NET Compact FrameworkMultiFileLinkMode
Gets or sets the default processing mode of detected links in multi-file operations.
Public propertySupported by the .NET Compact FrameworkMultiFileMoveMode
Gets or sets the default move behavior in multi-file operations.
Public propertySupported by the .NET Compact FrameworkPasswordEncoding
Gets or sets the encoding used to derive bytes from password when encrypting a file.
Public propertySupported by the .NET Compact FrameworkRestoreDateTime
Gets or sets a value that indicates which date/time is restored after files are extracted.
Public propertySupported by the .NET Compact FrameworkRestoreFileAttributes
Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden).
Public propertySupported by the .NET Compact FrameworkRestoreFileDates Obsolete.
Public propertySupported by the .NET Compact FrameworkUnsupportedFeatureExtractMode
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).
Public propertySupported by the .NET Compact FrameworkZip64Mode
Gets or sets a value indicating whether to use 64-bit ZIP mode (compatible with ZIP64(tm)) when adding new files to the archive.

See Also