The fix action (Fixed or Unfixed).
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum FixAction
<FlagsAttribute>
Public Enumeration FixAction
[FlagsAttribute]
public enum class FixAction
[<FlagsAttribute>]
type FixAction
Members
| Member name | Value | Description |
---|
| Fixed | 0 |
Fixed
|
| Unfixed | 1 |
Fix removed
|
See Also