ZipPasswordRequiredEventArgs.PossibleActions Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
PossibleActions
Gets a mask of possible actions that can be selected to be performed. UsePassword and Cancel can always be set. Use the binary 'AND' operator to determine whether a specific action is currently possible or simply call the IsActionPossible(ArchivePasswordActions) method.
Declaration
public ArchivePasswordActions PossibleActions { get; }
Property Value
Type | Description |
---|---|
ArchivePasswordActions | Mask of possible actions. |