GetSubmittedIntegrationsCmdFlags Enumeration
|
Flags for the integrated command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetSubmittedIntegrationsCmdFlags
<FlagsAttribute>
Public Enumeration GetSubmittedIntegrationsCmdFlags
[FlagsAttribute]
public enum class GetSubmittedIntegrationsCmdFlags
[<FlagsAttribute>]
type GetSubmittedIntegrationsCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| ReverseMappings | 1 |
The -r flag reverses the mappings in the branch view, swapping the
target files and source files. The -b branch flag is required.
|
See Also