Determines whether the specified action is currently possible - use this to determine whether the Action property can be set to the desired action.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Function IsActionPossible ( _ action As ArchivePasswordActions _ ) As Boolean |
C# |
---|
public bool IsActionPossible( ArchivePasswordActions action ) |
Parameters
- action
- Type: Rebex.IO.Compression..::..ArchivePasswordActions
Desired action.