ZipProblemDetectedEventArgs.IsActionPossible Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IsActionPossible(ArchiveProblemActions)
Determines whether the specified action is currently possible - use this to determine whether the Action property can be set to the desired action.
Declaration
public bool IsActionPossible(ArchiveProblemActions action)
Parameters
Type | Name | Description |
---|---|---|
ArchiveProblemActions | action | Desired action. |
Returns
Type | Description |
---|---|
Boolean | True if the specified action is possible; false otherwise. |