Enum ZipArchiveMode
Specifies values for interacting with zip archive entries.
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public enum ZipArchiveMode
Create
Only creating new archive entries is permitted.
Read
Only reading archive entries is permitted.
Update
Both read and write operations are permitted for archive entries.