The fix action (Fixed or Unfixed).
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2018.4.174.677 (2018.4.174.0677)
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