Current operation. The specific operation step is specified by ArchiveOperationStep.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Enumeration ArchiveOperation |
C# |
---|
public enum 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. |
![]() | GetItems | Getting items. |