ArchiveLoadOptions

ArchiveLoadOptions class

Options with which archive is loaded from a compressed file.

The ArchiveLoadOptions type exposes the following members:

Constructors

NameDescription
ArchiveLoadOptions()Initializes a new instance of the ArchiveLoadOptions class

Properties

NameDescription
decryption_passwordGets or sets the password to decrypt entries.
encodingGets or sets the encoding for entries’ names.
skip_checksum_verificationGet or set a value indicating whether checksum verification of ZIP entries be skipped and mismatch ignored. Default is false.

See Also