ResolveAction Enumeration
|
The action used in resolving the file.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum ResolveAction
<FlagsAttribute>
Public Enumeration ResolveAction
[FlagsAttribute]
public enum class ResolveAction
[<FlagsAttribute>]
type ResolveAction
Members
| Member name | Value | Description |
---|
| None | 0 |
No Action
|
| Unresolved | 1 |
UnResolved Action
|
| CopyFrom | 2 |
Copy From Action
|
| MergeFrom | 4 |
Merge From Action
|
| EditFrom | 8 |
Edit From Action
|
| Ignored | 16 |
Ignored Action
|
See Also