Specifies the action to perform when the PasswordRequired event was fired.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum ArchivePasswordActions |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration ArchivePasswordActions |
| Visual C++ |
|---|
[FlagsAttribute] public enum class ArchivePasswordActions |
Members
| Member name | Description | |
|---|---|---|
| UsePassword |
Use the specified password and continue processing the file; or throw exception if no password was specified.
| |
| SkipFile |
Skip the file and continue.
| |
| Cancel |
Cancel whole operation by throwing a Cancel exception.
|