ArchivePasswordActions Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Specifies the action to perform when the PasswordRequired event was fired.
Syntax
[Flags]
public enum ArchivePasswordActions
Fields
Name | Description |
---|---|
Cancel | Cancel whole operation by throwing a Cancel exception. |
SkipFile | Skip the file and continue. |
UsePassword | Use the specified password and continue processing the file; or throw exception if no password was specified. |