ArchiveOperation Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Current operation. The specific operation step is specified by ArchiveOperationStep.
Syntax
public enum ArchiveOperation
Fields
Name | Description |
---|---|
Add | Compressing data using the Add method. |
Close | Closing archive. |
Delete | Deleting data. |
Extract | Decompressing data using the Extract method. |
GetItems | Getting items. |
None | No operation is in progress. |
Save | Saving archive. |