Enum
ZipArchiveMode

Defines how a ZIP archive is accessed: creating new entries, reading existing ones, or updating content in place.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

cs-api-definition
public enum ZipArchiveMode

Fields

Create

Allows only adding new entries to a new archive; existing content cannot be read or modified.

Declaration

cs-api-definition
Create = 0

Field Value

ZipArchiveMode

Read

Permits read-only access to existing entries without modification.

Declaration

cs-api-definition
Read = 1

Field Value

ZipArchiveMode

Update

Supports reading existing entries and creating, deleting, or overwriting entries within the archive.

Declaration

cs-api-definition
Update = 2

Field Value

ZipArchiveMode

In this article
DefinitionFieldsCreateReadUpdate
Not finding the help you need?
Contact Support