Currently executed step of ArchiveOperation.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Enumeration ArchiveOperationStep
C#
public enum ArchiveOperationStep

Members

Member nameDescription
Supported by the .NET Compact FrameworkHierarchyRetrieving
Retrieval of the file system or the archive hierarchy was started.
Supported by the .NET Compact FrameworkHierarchyRetrieved
Retrieval of the file system or the archive hierarchy was successfully completed.
Supported by the .NET Compact FrameworkHierarchyRetrievalFailed
Retrieval of the file system or the archive hierarchy failed or operation was canceled.
Supported by the .NET Compact FrameworkFileChecking
Necessary checks of a file were started.
Supported by the .NET Compact FrameworkFileProcessing
File processing was started.
Supported by the .NET Compact FrameworkFileProcessed
File was successfully processed.
Supported by the .NET Compact FrameworkFileSkipped
File was skipped.
Supported by the .NET Compact FrameworkFileProcessingFailed
File processing failed or the operation was canceled.
Supported by the .NET Compact FrameworkDirectoryChecking
Directory processing was started.
Supported by the .NET Compact FrameworkDirectoryCreated
Directory was successfully created. If directory already exists, this event is not raised.
Supported by the .NET Compact FrameworkDirectorySkipped
Directory with whole content was skipped (no files or subdirectories are to be processed).
Supported by the .NET Compact FrameworkDirectoryCreationFailed
Creation of directory failed or the operation was canceled.
Supported by the .NET Compact FrameworkFileDataBlockProcessed
A file data block was processed.
Supported by the .NET Compact FrameworkFileDeleted
File was successfully deleted.
Supported by the .NET Compact FrameworkDirectoryDeleted
Directory was successfully deleted.
Supported by the .NET Compact FrameworkDirectoryRetrievalStarted
Retrieval of the particular directory hierarchy was started.
Supported by the .NET Compact FrameworkDirectoryRetrieved
Retrieval of the particular directory hierarchy was successfully completed.
Supported by the .NET Compact FrameworkDirectoryRetrievalSkipped
Retrieval of the particular directory hierarchy was skipped (no files or subdirectories of the directory are to be processed).
Supported by the .NET Compact FrameworkDirectoryRetrievalFailed
Retrieval of the particular directory hierarchy failed or operation was canceled.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also