Current operation. The specific operation step is specified by ArchiveOperationStep.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public enum ArchiveOperation |
| Visual Basic (Declaration) |
|---|
Public Enumeration ArchiveOperation |
| Visual C++ |
|---|
public enum class ArchiveOperation |
Members
| Member name | Description | |
|---|---|---|
| None | No operation is in progress. | |
| Add | Compressing data using the Add method. | |
| Extract | Decompressing data using the Extract method. | |
| Delete | Deleting data. | |
| Save | Saving archive. | |
| Close | Closing archive. |