Gets a mask of possible actions that can be selected to be performed.
ThrowException 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(ArchiveProblemActions) method.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property PossibleActions As ArchiveProblemActions Get |
C# |
---|
public ArchiveProblemActions PossibleActions { get; } |